Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkTypeControllerTest.java152 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkTypeNrNsa()
240 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testUpdateOverrideNetworkType()
378 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedIdle()
390 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnected()
400 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedMmwave()
412 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedMmwaveWithAdditionalBandAndNoMmwave()
436 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedMmwaveWithAdditionalBandAndNoMmwaveNrNsa()
466 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedWithNoAdditionalBandAndNoMmwave()
487 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedWithNrAdvancedCapable()
500 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in testTransitionToCurrentStateNrConnectedWithPcoAndNoNrAdvancedCapable()
[all …]
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsHistoryTest.java442 NetworkRegistrationInfo.NR_STATE_CONNECTED); in testNrState_dump()
483 NetworkRegistrationInfo.NR_STATE_CONNECTED); in testNrState_checkin()
518 NetworkRegistrationInfo.NR_STATE_CONNECTED); in testNrState_aTrace()
527 NetworkRegistrationInfo.NR_STATE_CONNECTED); in testNrState_aTrace()
DBatteryStatsNoteTest.java2491 nrState = NetworkRegistrationInfo.NR_STATE_CONNECTED; in setRatType()
2503 nrState = NetworkRegistrationInfo.NR_STATE_CONNECTED; in setFrequencyRange()
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java140 NR_STATE_CONNECTED})
167 public static final int NR_STATE_CONNECTED = 3; field in NetworkRegistrationInfo
792 case NR_STATE_CONNECTED: in nrStateToString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DServiceStateStats.java413 return nrState == NetworkRegistrationInfo.NR_STATE_CONNECTED in isEndc()
512 if (nrState == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in writeDataRatAtom()
/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/opt/telephony/src/java/com/android/internal/telephony/
DDeviceStateMonitor.java446 == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in shouldEnableNrTrackingIndications()
DNetworkTypeController.java555 case NetworkRegistrationInfo.NR_STATE_CONNECTED: in getNrDisplayType()
1598 return mServiceState.getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED; in isNrConnected()
DServiceStateTracker.java2146 newNrState = NetworkRegistrationInfo.NR_STATE_CONNECTED; in updateNrStateFromPhysicalChannelConfigs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DLinkBandwidthEstimator.java1001 == NetworkRegistrationInfo.NR_STATE_CONNECTED; in isNrNsaConnected()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DServiceStateStatsTest.java666 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(mServiceState).getNrState(); in onServiceStateChanged_endc()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto316 NR_STATE_CONNECTED = 3; enumerator
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java6417 && nrState == NetworkRegistrationInfo.NR_STATE_CONNECTED; in isNrNsa()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt45202 field public static final int NR_STATE_CONNECTED = 3; // 0x3