Home
last modified time | relevance | path

Searched refs:getNrState (Results 1 – 7 of 7) 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()
212 doReturn(NetworkRegistrationInfo.NR_STATE_RESTRICTED).when(ss).getNrState(); in testNr5GIcon_NrRestricted_showLteIcon()
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java329 public @NRState int getNrState() { in getNrState() method in NetworkRegistrationInfo
DServiceState.java1419 public @NRState int getNrState() { in getNrState() method in ServiceState
1423 return regInfo.getNrState(); in getNrState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1917 return oldRegState.getNrState() != newRegState.getNrState(); in isNrStateChanged()
1964 int newNrState = regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()
1966 if (regInfo.getNrState() == NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED) { in updateNrStateFromPhysicalChannelConfigs()
1970 if (regInfo.getNrState() == NetworkRegistrationInfo.NR_STATE_CONNECTED) { in updateNrStateFromPhysicalChannelConfigs()
1975 boolean hasChanged = newNrState != regInfo.getNrState(); in updateNrStateFromPhysicalChannelConfigs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java520 int nrState = mServiceState.getNrState(); in getNr5GIconGroup()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java2725 return mPhone.getServiceState().getNrState() in isNRConnected()
/frameworks/base/config/
Dboot-image-profile.txt14167 HSPLandroid/telephony/ServiceState;->getNrState()I