Searched refs:oldNrs (Results 1 – 1 of 1) sorted by relevance
3542 NetworkRegistrationInfo oldNrs = mSS.getNetworkRegistrationInfo( in pollStateDone() local3552 boolean changed = (oldNrs == null || !oldNrs.isInService() || hasAirplaneModeOnChanged) in pollStateDone()3556 changed = (oldNrs != null && oldNrs.isInService()) in pollStateDone()3560 int oldRAT = oldNrs != null ? oldNrs.getAccessNetworkTechnology() in pollStateDone()3565 boolean isOldCA = oldNrs != null ? oldNrs.isUsingCarrierAggregation() : false; in pollStateDone()3576 int oldRegState = oldNrs != null ? oldNrs.getRegistrationState() in pollStateDone()