Home
last modified time | relevance | path

Searched refs:NR_STATE_NONE (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkTypeControllerTest.java134 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()
168 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrSa()
189 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrSaMmwave()
970 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testEventRadioOffOrUnavailable()
1022 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testPrimaryTimerExpire()
1108 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testPrimaryTimerDeviceIdleMode()
1130 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testPrimaryTimerReset()
1172 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testPrimaryTimerReset_theNetworkModeWithoutNr()
1339 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testSecondaryTimerExpire()
1382 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testSecondaryTimerReset()
[all …]
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java139 value = {NR_STATE_NONE, NR_STATE_RESTRICTED, NR_STATE_NOT_RESTRICTED,
147 public static final int NR_STATE_NONE = 0; field in NetworkRegistrationInfo
323 mNrState = NR_STATE_NONE; in NetworkRegistrationInfo()
928 mNrState = NR_STATE_NONE; in updateNrState()
DServiceState.java1568 if (regInfo == null) return NetworkRegistrationInfo.NR_STATE_NONE; in getNrState()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsHistoryTest.java444 NetworkRegistrationInfo.NR_STATE_NONE); in testNrState_dump()
485 NetworkRegistrationInfo.NR_STATE_NONE); in testNrState_checkin()
520 NetworkRegistrationInfo.NR_STATE_NONE); in testNrState_aTrace()
529 NetworkRegistrationInfo.NR_STATE_NONE); in testNrState_aTrace()
DBatteryStatsNoteTest.java2493 nrState = NetworkRegistrationInfo.NR_STATE_NONE; in setRatType()
2505 nrState = NetworkRegistrationInfo.NR_STATE_NONE; in setFrequencyRange()
/frameworks/base/services/core/java/com/android/server/am/
DDataConnectionStats.java55 private int mNrState = NetworkRegistrationInfo.NR_STATE_NONE;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java19 import static android.telephony.NetworkRegistrationInfo.NR_STATE_NONE;
127 doReturn(NR_STATE_NONE).when(mServiceState).getNrState(); in setUp()
773 assertEquals(NrState.NR_STATE_NONE, state.nrState); in testWriteServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java535 NetworkRegistrationInfo.NR_STATE_NONE)); in overrideServiceState()
DNetworkTypeController.java523 && mServiceState.getNrState() != NetworkRegistrationInfo.NR_STATE_NONE; in getCurrentOverrideNetworkType()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto301 NR_STATE_NONE = 0; enumerator
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt45203 field public static final int NR_STATE_NONE = 0; // 0x0