Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkTypeControllerTest.java113 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()
325 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testEventRadioOffOrUnavailable()
363 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testPrimaryTimerExpire()
393 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testPrimaryTimerReset()
498 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testSecondaryTimerExpire()
539 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testSecondaryTimerReset()
685 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testNrTimerResetIn3g()
/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()
719 mNrState = NR_STATE_NONE; in updateNrState()
DServiceState.java1443 if (regInfo == null) return NetworkRegistrationInfo.NR_STATE_NONE; in getNrState()
/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsSubscriptionsMonitorTest.java247 when(serviceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_NONE); in test5g()
267 when(serviceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_NONE); in test5g()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java19 import static android.telephony.NetworkRegistrationInfo.NR_STATE_NONE;
122 doReturn(NR_STATE_NONE).when(mServiceState).getNrState(); in setUp()
728 assertEquals(NrState.NR_STATE_NONE, state.nrState); in testWriteServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java428 NetworkRegistrationInfo.NR_STATE_NONE)); in overrideServiceState()
DNetworkTypeController.java351 && (mPhone.getServiceState().getNrState() != NetworkRegistrationInfo.NR_STATE_NONE in getCurrentOverrideNetworkType()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto298 NR_STATE_NONE = 0; enumerator
/frameworks/base/non-updatable-api/
Dcurrent.txt45313 field public static final int NR_STATE_NONE = 0; // 0x0
/frameworks/base/api/
Dcurrent.txt45457 field public static final int NR_STATE_NONE = 0; // 0x0