Searched refs:oldNrs (Results 1 – 1 of 1) sorted by relevance
3052 NetworkRegistrationInfo oldNrs = mSS.getNetworkRegistrationInfo( in pollStateDone() local3062 boolean changed = (oldNrs == null || !oldNrs.isInService() || hasAirplaneModeOnChanged) in pollStateDone()3066 changed = (oldNrs != null && oldNrs.isInService()) in pollStateDone()3070 int oldRAT = oldNrs != null ? oldNrs.getAccessNetworkTechnology() in pollStateDone()3079 int oldRegState = oldNrs != null ? oldNrs.getRegistrationState() in pollStateDone()