Searched refs:oldNrs (Results 1 – 1 of 1) sorted by relevance
3477 NetworkRegistrationInfo oldNrs = mSS.getNetworkRegistrationInfo( in pollStateDone() local3482 boolean changed = (oldNrs == null || !oldNrs.isInService() || hasAirplaneModeOnChanged) in pollStateDone()3486 changed = (oldNrs != null && oldNrs.isInService()) in pollStateDone()3490 int oldRAT = oldNrs != null ? oldNrs.getAccessNetworkTechnology() in pollStateDone()3495 boolean isOldCA = oldNrs != null ? oldNrs.isUsingCarrierAggregation() : false; in pollStateDone()3506 int oldRegState = oldNrs != null ? oldNrs.getNetworkRegistrationState() in pollStateDone()