Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkTypeControllerTest.java134 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 …]
/frameworks/base/services/core/java/com/android/server/am/
DDataConnectionStats.java172 mNrState = state.getNrState(); in onServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkTypeController.java523 && 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()
DDeviceStateMonitor.java445 if (mPhone.getServiceState().getNrState() in shouldEnableNrTrackingIndications()
DTelephonyTester.java537 log("Override NR state with " + ss.getNrState()); in overrideServiceState()
DServiceStateTracker.java2143 int oldNrState = regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()
2149 newNrState = regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()
3527 boolean hasNrStateChanged = mSS.getNrState() != mNewSS.getNrState(); in pollStateDone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DServiceStateStats.java412 int nrState = state.getNrState(); in isEndc()
486 int nrState = serviceState.getNrState(); in writeDataRatAtom()
DTelephonyMetrics.java1020 ssProto.nrState = serviceState.getNrState(); in toServiceStateProto()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DLinkBandwidthEstimatorTest.java411 when(mServiceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED); in testAvgBwForAllPossibleRat()
437 when(mServiceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED); in testSwitchToNrMmwaveTriggerBandwidthUpdate()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java1565 public @NRState int getNrState() { in getNrState() method in ServiceState
1569 return regInfo.getNrState(); in getNrState()
DNetworkRegistrationInfo.java447 public @NRState int getNrState() { in getNrState() method in NetworkRegistrationInfo
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DServiceStateStatsTest.java658 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()
DTelephonyMetricsTest.java127 doReturn(NR_STATE_NONE).when(mServiceState).getNrState(); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DLinkBandwidthEstimator.java1000 return mPhone.getServiceState().getNrState() in isNrNsaConnected()
/frameworks/base/boot/
Dboot-image-profile.txt14087 HSPLandroid/telephony/NetworkRegistrationInfo;->getNrState()I
14152 HSPLandroid/telephony/ServiceState;->getNrState()I
/frameworks/base/config/
Dboot-image-profile.txt14151 HSPLandroid/telephony/NetworkRegistrationInfo;->getNrState()I
14216 HSPLandroid/telephony/ServiceState;->getNrState()I