Home
last modified time | relevance | path

Searched refs:NR_STATE_NOT_RESTRICTED (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkTypeControllerTest.java146 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()
274 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateIdle()
291 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateIdleSupportPhysicalChannelConfig1_6()
313 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateIdle_usingUserDataForRrcDetection()
324 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateLteConnected()
343 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateLteConnectedSupportPhysicalChannelConfig1_6()
366 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateLteConnected_usingUserDataForRrcDetection()
772 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testNrPhysicalChannelChangeFromNrConnectedMmwaveToLteConnected()
790 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testNrPhysicalChannelChange1_6FromNrConnectedMmwaveToLteConnected()
813 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testUsingUserDataForRrcDetection_FromNrConnectedMmwaveToLteConnected()
[all …]
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java139 value = {NR_STATE_NONE, NR_STATE_RESTRICTED, NR_STATE_NOT_RESTRICTED,
161 public static final int NR_STATE_NOT_RESTRICTED = 2; field in NetworkRegistrationInfo
790 case NR_STATE_NOT_RESTRICTED: in nrStateToString()
931 mNrState = NR_STATE_NOT_RESTRICTED; in updateNrState()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsHistoryTest.java440 NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED); in testNrState_dump()
481 NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED); in testNrState_checkin()
516 NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED); in testNrState_aTrace()
525 NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED); in testNrState_aTrace()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DServiceStateStats.java414 || nrState == NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED; in isEndc()
516 } else if (nrState == NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED) { in writeDataRatAtom()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkTypeController.java561 case NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED: in getNrDisplayType()
1602 return mServiceState.getNrState() == NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED; in isNrNotRestricted()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DServiceStateStatsTest.java662 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in onServiceStateChanged_endc()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto311 NR_STATE_NOT_RESTRICTED = 2; 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.txt45204 field public static final int NR_STATE_NOT_RESTRICTED = 2; // 0x2