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()
353 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testPrimaryTimerExpire()
383 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testPrimaryTimerReset()
402 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testPrimaryTimerReset()
418 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testPrimaryTimerExpireMmwave()
450 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testPrimaryTimerResetMmwave()
486 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
604 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.java209 && ss.getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED; in onServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkTypeController.java376 case NetworkRegistrationInfo.NR_STATE_CONNECTED: in getNrDisplayType()
994 return mPhone.getServiceState().getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED; in isNrConnected()
DDeviceStateMonitor.java423 == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in shouldEnableNrTrackingIndications()
DServiceStateTracker.java2067 newNrState = NetworkRegistrationInfo.NR_STATE_CONNECTED; in updateNrStateFromPhysicalChannelConfigs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java3045 == NetworkRegistrationInfo.NR_STATE_CONNECTED; in isNRConnected()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto313 NR_STATE_CONNECTED = 3; enumerator
/frameworks/base/non-updatable-api/
Dcurrent.txt45312 field public static final int NR_STATE_CONNECTED = 3; // 0x3
/frameworks/base/api/
Dcurrent.txt45456 field public static final int NR_STATE_CONNECTED = 3; // 0x3