Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerDataTest.java184 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(ss).getNrState(); in testNr5GIcon_NrConnectedWithoutMMWave_show5GIcon()
198 doReturn(NetworkRegistrationInfo.NR_STATE_CONNECTED).when(ss).getNrState(); in testNr5GIcon_NrConnectedWithMMWave_show5GPlusIcon()
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java85 NR_STATE_CONNECTED})
116 public static final int NR_STATE_CONNECTED = 3; field in NetworkRegistrationInfo
497 case NR_STATE_CONNECTED: in nrStateToString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java521 if (nrState == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in getNr5GIconGroup()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1967 newNrState = NetworkRegistrationInfo.NR_STATE_CONNECTED; in updateNrStateFromPhysicalChannelConfigs()
1970 if (regInfo.getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in updateNrStateFromPhysicalChannelConfigs()