Home
last modified time | relevance | path

Searched refs:getNrState (Results 1 – 18 of 18) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkTypeControllerTest.java131 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 …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkTypeController.java395 && 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()
DTelephonyTester.java432 log("Override NR state with " + ss.getNrState()); in overrideServiceState()
DDeviceStateMonitor.java422 if (mPhone.getServiceState().getNrState() in shouldEnableNrTrackingIndications()
DServiceStateTracker.java2227 int oldNrState = regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()
2233 newNrState = regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()
3597 boolean hasNrStateChanged = mSS.getNrState() != mNewSS.getNrState(); in pollStateDone()
/frameworks/base/services/core/java/com/android/server/am/
DDataConnectionStats.java177 mNrState = state.getNrState(); in onServiceStateChanged()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsSubscriptionsMonitor.java219 && ss.getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED; in onServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DServiceStateStats.java225 int nrState = state.getNrState(); in isEndc()
DTelephonyMetrics.java1018 ssProto.nrState = serviceState.getNrState(); in toServiceStateProto()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DLinkBandwidthEstimatorTest.java376 when(mServiceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED); in testAvgBwForAllPossibleRat()
402 when(mServiceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED); in testSwitchToNrMmwaveTriggerBandwidthUpdate()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DServiceStateStatsTest.java467 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()
DTelephonyMetricsTest.java128 doReturn(NR_STATE_NONE).when(mServiceState).getNrState(); in setUp()
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java377 public @NRState int getNrState() { in getNrState() method in NetworkRegistrationInfo
DServiceState.java1494 public @NRState int getNrState() { in getNrState() method in ServiceState
1498 return regInfo.getNrState(); in getNrState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DLinkBandwidthEstimator.java873 return mPhone.getServiceState().getNrState() in isNrNsaConnected()
DDataConnection.java3852 return mPhone.getServiceState().getNrState() in isNRConnected()
/frameworks/base/boot/
Dboot-image-profile.txt14690 HSPLandroid/telephony/NetworkRegistrationInfo;->getNrState()I
14760 HSPLandroid/telephony/ServiceState;->getNrState()I+]Landroid/telephony/NetworkRegistrationInfo;Land…
/frameworks/base/config/
Dboot-image-profile.txt14739 HSPLandroid/telephony/NetworkRegistrationInfo;->getNrState()I
14809 HSPLandroid/telephony/ServiceState;->getNrState()I+]Landroid/telephony/NetworkRegistrationInfo;Land…