Home
last modified time | relevance | path

Searched refs:NR_STATE_NONE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java84 value = {NR_STATE_NONE, NR_STATE_RESTRICTED, NR_STATE_NOT_RESTRICTED,
93 public static final int NR_STATE_NONE = -1; field in NetworkRegistrationInfo
222 mNrState = NR_STATE_NONE; in NetworkRegistrationInfo()
590 mNrState = NR_STATE_NONE; in updateNrState()
DServiceState.java1422 if (regInfo == null) return NetworkRegistrationInfo.NR_STATE_NONE; in getNrState()