Searched refs:getNrState (Results 1 – 13 of 13) sorted by relevance
113 doReturn(NetworkRegistrationInfo.NR_STATE_NONE).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()119 doReturn(NetworkRegistrationInfo.NR_STATE_RESTRICTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()125 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()131 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()183 doReturn(NetworkRegistrationInfo.NR_STATE_RESTRICTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateRestricted()194 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateIdle()206 doReturn(NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateLteConnected()218 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnected()229 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedMmwave()241 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testEventDataRatChanged()[all …]
241 when(serviceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED); in test5g()247 when(serviceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_NONE); in test5g()254 when(serviceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED); in test5g()267 when(serviceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_NONE); in test5g()
351 && (mPhone.getServiceState().getNrState() != NetworkRegistrationInfo.NR_STATE_NONE in getCurrentOverrideNetworkType()375 switch (mPhone.getServiceState().getNrState()) { in getNrDisplayType()994 return mPhone.getServiceState().getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED; in isNrConnected()998 return mPhone.getServiceState().getNrState() in isNrNotRestricted()1003 return mPhone.getServiceState().getNrState() in isNrRestricted()
430 log("Override NR state with " + ss.getNrState()); in overrideServiceState()
422 if (mPhone.getServiceState().getNrState() in shouldEnableNrTrackingIndications()
2064 int oldNrState = regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()2070 newNrState = regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()3286 boolean hasNrStateChanged = mSS.getNrState() != mNewSS.getNrState(); in pollStateDone()
209 && ss.getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED; in onServiceStateChanged()
375 public @NRState int getNrState() { in getNrState() method in NetworkRegistrationInfo
1440 public @NRState int getNrState() { in getNrState() method in ServiceState1444 return regInfo.getNrState(); in getNrState()
122 doReturn(NR_STATE_NONE).when(mServiceState).getNrState(); in setUp()
3044 return mPhone.getServiceState().getNrState() in isNRConnected()
957 ssProto.nrState = serviceState.getNrState(); in toServiceStateProto()
14166 HSPLandroid/telephony/ServiceState;->getNrState()I