Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java193 private int mPrevRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION; field in PhoneGlobals
895 if (mPrevRoamingNotification == ROAMING_NOTIFICATION_DISCONNECTED) return; in updateDataRoamingStatus()
898 mPrevRoamingNotification = ROAMING_NOTIFICATION_DISCONNECTED; in updateDataRoamingStatus()
908 if (mPrevRoamingNotification == ROAMING_NOTIFICATION_CONNECTED) return; in updateDataRoamingStatus()
909 mPrevRoamingNotification = ROAMING_NOTIFICATION_CONNECTED; in updateDataRoamingStatus()
915 } else if (mPrevRoamingNotification != ROAMING_NOTIFICATION_NO_NOTIFICATION) { in updateDataRoamingStatus()
919 mPrevRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION; in updateDataRoamingStatus()
1022 pw.println("mPrevRoamingNotification=" + mPrevRoamingNotification); in dump()