Searched refs:getNrState (Results 1 – 18 of 18) sorted by relevance
131 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()137 doReturn(NetworkRegistrationInfo.NR_STATE_RESTRICTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()143 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()149 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).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()241 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkType()269 doReturn(NetworkRegistrationInfo.NR_STATE_RESTRICTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateRestricted()280 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateIdle()296 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateIdleSupportPhysicalChannelConfig1_6()[all …]
395 && mPhone.getServiceState().getNrState() != NetworkRegistrationInfo.NR_STATE_NONE; in getCurrentOverrideNetworkType()424 switch (mPhone.getServiceState().getNrState()) { in getNrDisplayType()1123 return mPhone.getServiceState().getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED; in isNrConnected()1127 return mPhone.getServiceState().getNrState() in isNrNotRestricted()1132 return mPhone.getServiceState().getNrState() in isNrRestricted()
432 log("Override NR state with " + ss.getNrState()); in overrideServiceState()
422 if (mPhone.getServiceState().getNrState() in shouldEnableNrTrackingIndications()
2227 int oldNrState = regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()2233 newNrState = regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()3597 boolean hasNrStateChanged = mSS.getNrState() != mNewSS.getNrState(); in pollStateDone()
177 mNrState = state.getNrState(); in onServiceStateChanged()
219 && ss.getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED; in onServiceStateChanged()
225 int nrState = state.getNrState(); in isEndc()
1018 ssProto.nrState = serviceState.getNrState(); in toServiceStateProto()
376 when(mServiceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED); in testAvgBwForAllPossibleRat()402 when(mServiceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED); in testSwitchToNrMmwaveTriggerBandwidthUpdate()
467 doReturn(NetworkRegistrationInfo.NR_STATE_RESTRICTED).when(mServiceState).getNrState(); in update_endc()471 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in update_endc()475 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in update_endc()
128 doReturn(NR_STATE_NONE).when(mServiceState).getNrState(); in setUp()
377 public @NRState int getNrState() { in getNrState() method in NetworkRegistrationInfo
1494 public @NRState int getNrState() { in getNrState() method in ServiceState1498 return regInfo.getNrState(); in getNrState()
873 return mPhone.getServiceState().getNrState() in isNrNsaConnected()
3852 return mPhone.getServiceState().getNrState() in isNRConnected()
14690 HSPLandroid/telephony/NetworkRegistrationInfo;->getNrState()I14760 HSPLandroid/telephony/ServiceState;->getNrState()I+]Landroid/telephony/NetworkRegistrationInfo;Land…
14739 HSPLandroid/telephony/NetworkRegistrationInfo;->getNrState()I14809 HSPLandroid/telephony/ServiceState;->getNrState()I+]Landroid/telephony/NetworkRegistrationInfo;Land…