1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2024 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License
16  -->
17
18<resources>
19    <string name="SatelliteControl">SatelliteControl APIs</string>
20    <string name="Datagram">Datagram APIs</string>
21    <string name="Provisioning">Provisioning APIs</string>
22    <string name="MultipleSendReceive">Test multiple poll and send</string>
23    <string name="SendReceive">Send and Receive datagrams</string>
24    <string name="NbIotSatellite">NB IoT Satellite modem interface test</string>
25
26    <string name="enableSatelliteRealMode">enableSatellite Real Mode</string>
27    <string name="enableSatelliteDemoMode">enableSatellite Demo Mode</string>
28    <string name="disableSatellite">disableSatellite</string>
29    <string name="requestIsSatelliteEnabled">requestIsSatelliteEnabled</string>
30    <string name="requestIsDemoModeEnabled">requestIsDemoModeEnabled</string>
31    <string name="requestIsSatelliteSupported">requestIsSatelliteSupported</string>
32    <string name="requestSatelliteCapabilities">requestSatelliteCapabilities</string>
33    <string name="requestIsSatelliteCommunicationAllowedForCurrentLocation">requestIsSatelliteCommunicationAllowedForCurrentLocation</string>
34    <string name="requestTimeForNextSatelliteVisibility">requestTimeForNextSatelliteVisibility</string>
35    <string name="getIsEmergency">getIsEmergency</string>
36
37    <string name="pollPendingSatelliteDatagrams">pollPendingSatelliteDatagrams</string>
38    <string name="sendSatelliteDatagram">sendSatelliteDatagram</string>
39    <string name="registerForSatelliteDatagram">registerForSatelliteDatagram</string>
40    <string name="unregisterForSatelliteDatagram">unregisterForSatelliteDatagram</string>
41    <string name="registerForSatelliteModemStateChanged">registerForSatelliteModemStateChanged</string>
42    <string name="unregisterForSatelliteModemStateChanged">unregisterForSatelliteModemStateChanged</string>
43    <string name="showSatelliteModemStateTransition">showSatelliteModemStateTransition</string>
44    <string name="startSatelliteTransmissionUpdates">startSatelliteTransmissionUpdates</string>
45    <string name="stopSatelliteTransmissionUpdates">stopSatelliteTransmissionUpdates</string>
46    <string name="showDatagramSendStateTransition">showDatagramSendStateTransition</string>
47    <string name="showDatagramReceiveStateTransition">showDatagramReceiveStateTransition</string>
48    <string name="registerForCommunicationAllowedStateChanged">registerForCommunicationAllowedStateChanged</string>
49    <string name="unregisterForCommunicationAllowedStateChanged">unregisterForCommunicationAllowedStateChanged</string>
50
51    <string name="provisionSatelliteService">provisionSatelliteService</string>
52    <string name="deprovisionSatelliteService">deprovisionSatelliteService</string>
53    <string name="requestIsSatelliteProvisioned">requestIsSatelliteProvisioned</string>
54    <string name="registerForSatelliteProvisionStateChanged">registerForSatelliteProvisionStateChanged</string>
55    <string name="unregisterForSatelliteProvisionStateChanged">unregisterForSatelliteProvisionStateChanged</string>
56    <string name="showCurrentSatelliteProvisionState">showCurrentSatelliteProvisionState</string>
57
58    <string name="multiplePollPendingSatelliteDatagrams">multiplePollPendingSatelliteDatagrams</string>
59    <string name="multipleSendSatelliteDatagram">multipleSendSatelliteDatagram</string>
60    <string name="multipleSendReceiveSatelliteDatagram">multipleSendReceiveSatelliteDatagram</string>
61
62    <string name="sendMessage">sendMessage</string>
63    <string name="receiveMessage">receiveMessage</string>
64
65    <string name="TestSatelliteWrapper">Test Satellite Wrapper</string>
66    <string name="requestNtnSignalStrength">requestNtnSignalStrength</string>
67    <string name="registerForNtnSignalStrengthChanged">registerForNtnSignalStrengthChanged</string>
68    <string name="unregisterForNtnSignalStrengthChanged">unregisterForNtnSignalStrengthChanged</string>
69    <string name="isOnlyNonTerrestrialNetworkSubscription">isOnlyNonTerrestrialNetworkSubscription</string>
70    <string name="registerForSatelliteCapabilitiesChanged">registerForSatelliteCapabilitiesChanged</string>
71    <string name="unregisterForSatelliteCapabilitiesChanged">unregisterForSatelliteCapabilitiesChanged</string>
72    <string name="isNonTerrestrialNetwork">isNonTerrestrialNetwork</string>
73    <string name="getAvailableServices">getAvailableServices</string>
74    <string name="isUsingNonTerrestrialNetwork">isUsingNonTerrestrialNetwork</string>
75    <string name="requestAttachEnabledForCarrier_enable">requestAttachEnabledForCarrier_enable</string>
76    <string name="requestAttachEnabledForCarrier_disable">requestAttachEnabledForCarrier_disable</string>
77    <string name="requestIsAttachEnabledForCarrier">requestIsAttachEnabledForCarrier</string>
78    <string name="addAttachRestrictionForCarrier">addAttachRestrictionForCarrier</string>
79    <string name="removeAttachRestrictionForCarrier">removeAttachRestrictionForCarrier</string>
80    <string name="getAttachRestrictionReasonsForCarrier">getAttachRestrictionReasonsForCarrier</string>
81    <string name="getSatellitePlmnsForCarrier">getSatellitePlmnsForCarrier</string>
82
83    <string name="removeUserRestrictReason">removeUserRestrictReason</string>
84    <string name="addUserRestrictReason">addUserRestrictReason</string>
85    <string name="getSatellitePlmn">getSatellitePlmn</string>
86    <string name="getAllSatellitePlmn">getAllSatellitePlmn</string>
87    <string name="isSatelliteEnabledForCarrier">isSatelliteEnabledForCarrier</string>
88    <string name="isRequestIsSatelliteEnabledForCarrier">isRequestIsSatelliteEnabledForCarrier</string>
89
90    <string name="testRegisterForSupportedStateChanged">testRegisterForSupportedStateChanged</string>
91    <string name="testUnregisterForSupportedStateChanged">testUnregisterForSupportedStateChanged</string>
92    <string name="testRequestIsSupported">testRequestIsSupported</string>
93    <string name="reportSatelliteSupportedFromModem">reportSatelliteSupportedFromModem</string>
94    <string name="reportSatelliteNotSupportedFromModem">reportSatelliteNotSupportedFromModem</string>
95    <string name="showCurrentSatelliteSupportedStated">showCurrentSatelliteSupportedStated</string>
96
97    <string name="requestSatelliteSubscriberProvisionStatus">requestSatelliteSubscriberProvisionStatus</string>
98    <string name="provisionSatellite">provisionSatellite</string>
99    <string name="deprovisionSatellite">deprovisionSatellite</string>
100    <string name="setNtnSmsSupportedTrue">setNtnSmsSupportedTrue</string>
101    <string name="setNtnSmsSupportedFalse">setNtnSmsSupportedFalse</string>
102
103
104    <string name="Back">Back</string>
105    <string name="ClearLog">Clear Log</string>
106
107    <string name="registerForCarrierRoamingNtnModeChanged">registerForCarrierRoamingNtnModeChanged</string>
108    <string name="unregisterForCarrierRoamingNtnModeChanged">unregisterForCarrierRoamingNtnModeChanged</string>
109
110    <string name="registerForModemStateChanged">registerForModemStateChanged</string>
111    <string name="unregisterForModemStateChanged">unregisterForModemStateChanged</string>
112
113    <string name="requestSatelliteAccessConfigurationForCurrentLocation">requestSatelliteAccessConfigurationForCurrentLocation</string>
114</resources>
115