Searched refs:oldNrs (Results 1 – 1 of 1) sorted by relevance
3561 NetworkRegistrationInfo oldNrs = mSS.getNetworkRegistrationInfo( in pollStateDone() local3571 boolean changed = (oldNrs == null || !oldNrs.isInService() || hasAirplaneModeOnChanged) in pollStateDone()3575 changed = (oldNrs != null && oldNrs.isInService()) in pollStateDone()3579 int oldRAT = oldNrs != null ? oldNrs.getAccessNetworkTechnology() in pollStateDone()3584 boolean isOldCA = oldNrs != null ? oldNrs.isUsingCarrierAggregation() : false; in pollStateDone()3595 int oldRegState = oldNrs != null ? oldNrs.getRegistrationState() in pollStateDone()