Home
last modified time | relevance | path

Searched refs:NR_STATE_CONNECTED (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkTypeControllerTest.java149 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()
241 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkType()
381 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnected()
392 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedMmwave()
405 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedMmwaveWithAdditionalBandAndNoMmwave()
428 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedWithNoAdditionalBandAndNoMmwave()
450 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedWithNrAdvancedCapable()
465 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedWithPcoAndNoNrAdvancedCapable()
490 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedWithWrongPcoAndNoNrAdvancedCapable()
515 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedWithNrAdvancedCapableAndPco()
[all …]
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java111 NR_STATE_CONNECTED})
138 public static final int NR_STATE_CONNECTED = 3; field in NetworkRegistrationInfo
608 case NR_STATE_CONNECTED: in nrStateToString()
/frameworks/base/services/core/java/com/android/server/am/
DDataConnectionStats.java103 if (mNrState == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in notePhoneDataConnectionState()
/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.java226 return nrState == NetworkRegistrationInfo.NR_STATE_CONNECTED in isEndc()
/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/src/java/com/android/internal/telephony/
DNetworkTypeController.java425 case NetworkRegistrationInfo.NR_STATE_CONNECTED: in getNrDisplayType()
1123 return mPhone.getServiceState().getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED; in isNrConnected()
DDeviceStateMonitor.java423 == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in shouldEnableNrTrackingIndications()
DServiceStateTracker.java2230 newNrState = NetworkRegistrationInfo.NR_STATE_CONNECTED; in updateNrStateFromPhysicalChannelConfigs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DLinkBandwidthEstimator.java874 == NetworkRegistrationInfo.NR_STATE_CONNECTED; in isNrNsaConnected()
DDataConnection.java3853 == NetworkRegistrationInfo.NR_STATE_CONNECTED; in isNRConnected()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DServiceStateStatsTest.java475 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in update_endc()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto316 NR_STATE_CONNECTED = 3; enumerator
/frameworks/base/core/api/
Dcurrent.txt41872 field public static final int NR_STATE_CONNECTED = 3; // 0x3