Searched refs:oldRegState (Results 1 – 2 of 2) sorted by relevance
526 int oldRegState = mPhonesSignalStatus[phoneId].mDataRegState;532 if (newRegState != oldRegState) {534 if (isInService(oldRegState) != isInService(newRegState)535 || isHomeService(oldRegState) != isHomeService(newRegState)) {537 + NetworkRegistrationInfo.registrationStateToString(oldRegState)
3506 int oldRegState = oldNrs != null ? oldNrs.getNetworkRegistrationState() in pollStateDone() local3510 hasDataRegStateChanged.put(transport, oldRegState != newRegState); in pollStateDone()3511 if (oldRegState != newRegState) { in pollStateDone()