Searched refs:NR_STATE_NONE (Results 1 – 9 of 9) sorted by relevance
110 value = {NR_STATE_NONE, NR_STATE_RESTRICTED, NR_STATE_NOT_RESTRICTED,118 public static final int NR_STATE_NONE = 0; field in NetworkRegistrationInfo263 mNrState = NR_STATE_NONE; in NetworkRegistrationInfo()724 mNrState = NR_STATE_NONE; in updateNrState()
1497 if (regInfo == null) return NetworkRegistrationInfo.NR_STATE_NONE; in getNrState()
131 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()
55 private int mNrState = NetworkRegistrationInfo.NR_STATE_NONE;
19 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()
430 NetworkRegistrationInfo.NR_STATE_NONE)); in overrideServiceState()
395 && mPhone.getServiceState().getNrState() != NetworkRegistrationInfo.NR_STATE_NONE; in getCurrentOverrideNetworkType()
301 NR_STATE_NONE = 0; enumerator
41873 field public static final int NR_STATE_NONE = 0; // 0x0