Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java110 value = {NR_STATE_NONE, NR_STATE_RESTRICTED, NR_STATE_NOT_RESTRICTED,
118 public static final int NR_STATE_NONE = 0; field in NetworkRegistrationInfo
263 mNrState = NR_STATE_NONE; in NetworkRegistrationInfo()
724 mNrState = NR_STATE_NONE; in updateNrState()
DServiceState.java1497 if (regInfo == null) return NetworkRegistrationInfo.NR_STATE_NONE; in getNrState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkTypeControllerTest.java131 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()
166 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrSa()
189 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrSaMmwave()
778 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testEventRadioOffOrUnavailable()
817 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testPrimaryTimerExpire()
849 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testPrimaryTimerReset()
959 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testSecondaryTimerExpire()
1003 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testSecondaryTimerReset()
1163 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testNrTimerResetIn3g()
/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;
128 doReturn(NR_STATE_NONE).when(mServiceState).getNrState(); in setUp()
771 assertEquals(NrState.NR_STATE_NONE, state.nrState); in testWriteServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java430 NetworkRegistrationInfo.NR_STATE_NONE)); in overrideServiceState()
DNetworkTypeController.java395 && mPhone.getServiceState().getNrState() != NetworkRegistrationInfo.NR_STATE_NONE; in getCurrentOverrideNetworkType()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto301 NR_STATE_NONE = 0; enumerator
/frameworks/base/core/api/
Dcurrent.txt41873 field public static final int NR_STATE_NONE = 0; // 0x0