Home
last modified time | relevance | path

Searched refs:NR_STATE_NOT_RESTRICTED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java84 value = {NR_STATE_NONE, NR_STATE_RESTRICTED, NR_STATE_NOT_RESTRICTED,
109 public static final int NR_STATE_NOT_RESTRICTED = 2; field in NetworkRegistrationInfo
495 case NR_STATE_NOT_RESTRICTED: in nrStateToString()
593 mNrState = NR_STATE_NOT_RESTRICTED; in updateNrState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java534 } else if (nrState == NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED) { in getNr5GIconGroup()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1966 if (regInfo.getNrState() == NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED) { in updateNrStateFromPhysicalChannelConfigs()
1971 newNrState = NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED; in updateNrStateFromPhysicalChannelConfigs()