Searched refs:NR_STATE_NONE (Results 1 – 2 of 2) sorted by relevance
84 value = {NR_STATE_NONE, NR_STATE_RESTRICTED, NR_STATE_NOT_RESTRICTED,93 public static final int NR_STATE_NONE = -1; field in NetworkRegistrationInfo222 mNrState = NR_STATE_NONE; in NetworkRegistrationInfo()590 mNrState = NR_STATE_NONE; in updateNrState()
1422 if (regInfo == null) return NetworkRegistrationInfo.NR_STATE_NONE; in getNrState()