Searched refs:getNrState (Results 1 – 16 of 16) sorted by relevance
134 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()140 doReturn(NetworkRegistrationInfo.NR_STATE_RESTRICTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()146 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()152 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).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()240 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkType()265 doReturn(NetworkRegistrationInfo.NR_STATE_RESTRICTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateRestricted()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()[all …]
172 mNrState = state.getNrState(); in onServiceStateChanged()
523 && mServiceState.getNrState() != NetworkRegistrationInfo.NR_STATE_NONE; in getCurrentOverrideNetworkType()554 switch (mServiceState.getNrState()) { in getNrDisplayType()1598 return mServiceState.getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED; in isNrConnected()1602 return mServiceState.getNrState() == NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED; in isNrNotRestricted()1606 return mServiceState.getNrState() == NetworkRegistrationInfo.NR_STATE_RESTRICTED; in isNrRestricted()
445 if (mPhone.getServiceState().getNrState() in shouldEnableNrTrackingIndications()
537 log("Override NR state with " + ss.getNrState()); in overrideServiceState()
2143 int oldNrState = regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()2149 newNrState = regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()3527 boolean hasNrStateChanged = mSS.getNrState() != mNewSS.getNrState(); in pollStateDone()
412 int nrState = state.getNrState(); in isEndc()486 int nrState = serviceState.getNrState(); in writeDataRatAtom()
1020 ssProto.nrState = serviceState.getNrState(); in toServiceStateProto()
411 when(mServiceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED); in testAvgBwForAllPossibleRat()437 when(mServiceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED); in testSwitchToNrMmwaveTriggerBandwidthUpdate()
1565 public @NRState int getNrState() { in getNrState() method in ServiceState1569 return regInfo.getNrState(); in getNrState()
447 public @NRState int getNrState() { in getNrState() method in NetworkRegistrationInfo
658 doReturn(NetworkRegistrationInfo.NR_STATE_RESTRICTED).when(mServiceState).getNrState(); in onServiceStateChanged_endc()662 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in onServiceStateChanged_endc()666 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in onServiceStateChanged_endc()
127 doReturn(NR_STATE_NONE).when(mServiceState).getNrState(); in setUp()
1000 return mPhone.getServiceState().getNrState() in isNrNsaConnected()
14087 HSPLandroid/telephony/NetworkRegistrationInfo;->getNrState()I14152 HSPLandroid/telephony/ServiceState;->getNrState()I
14151 HSPLandroid/telephony/NetworkRegistrationInfo;->getNrState()I14216 HSPLandroid/telephony/ServiceState;->getNrState()I