Searched refs:oldNrs (Results 1 – 1 of 1) sorted by relevance
3231 NetworkRegistrationInfo oldNrs = mSS.getNetworkRegistrationInfo( in pollStateDone() local3241 boolean changed = (oldNrs == null || !oldNrs.isInService() || hasAirplaneModeOnChanged) in pollStateDone()3245 changed = (oldNrs != null && oldNrs.isInService()) in pollStateDone()3249 int oldRAT = oldNrs != null ? oldNrs.getAccessNetworkTechnology() in pollStateDone()3254 boolean isOldCA = oldNrs != null ? oldNrs.isUsingCarrierAggregation() : false; in pollStateDone()3265 int oldRegState = oldNrs != null ? oldNrs.getRegistrationState() in pollStateDone()