Home
last modified time | relevance | path

Searched refs:newRegState (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DAutoDataSwitchController.java527 int newRegState = phone.getServiceState()
532 if (newRegState != oldRegState) {
533 mPhonesSignalStatus[phoneId].mDataRegState = newRegState;
534 if (isInService(oldRegState) != isInService(newRegState)
535 || isHomeService(oldRegState) != isHomeService(newRegState)) {
539 + NetworkRegistrationInfo.registrationStateToString(newRegState));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3508 int newRegState = newNrs != null ? newNrs.getNetworkRegistrationState() in pollStateDone() local
3510 hasDataRegStateChanged.put(transport, oldRegState != newRegState); in pollStateDone()
3511 if (oldRegState != newRegState) { in pollStateDone()