Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkTypeControllerTest.java131 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()
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()
352 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testPrimaryTimerExpire()
381 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testPrimaryTimerReset()
400 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testPrimaryTimerReset()
415 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testPrimaryTimerExpireMmwave()
446 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testPrimaryTimerResetMmwave()
481 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testSecondaryTimerExpire()
[all …]
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java111 NR_STATE_CONNECTED})
138 public static final int NR_STATE_CONNECTED = 3; field in NetworkRegistrationInfo
581 case NR_STATE_CONNECTED: in nrStateToString()
/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsSubscriptionsMonitorTest.java241 when(serviceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED); in test5g()
254 when(serviceState.getNrState()).thenReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED); in test5g()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsSubscriptionsMonitor.java208 && ss.getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED; in onServiceStateChanged()
/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java105 if (mNrState == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in notePhoneDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkTypeController.java370 case NetworkRegistrationInfo.NR_STATE_CONNECTED: in getNrDisplayType()
967 return mPhone.getServiceState().getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED; in isNrConnected()
DDeviceStateMonitor.java423 == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in shouldEnableNrTrackingIndications()
DServiceStateTracker.java2056 newNrState = NetworkRegistrationInfo.NR_STATE_CONNECTED; in updateNrStateFromPhysicalChannelConfigs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java3027 == NetworkRegistrationInfo.NR_STATE_CONNECTED; in isNRConnected()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto313 NR_STATE_CONNECTED = 3; enumerator
/frameworks/base/api/
Dcurrent.txt47552 field public static final int NR_STATE_CONNECTED = 3; // 0x3