Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java186 private int mPrevRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION; field in PhoneGlobals
809 if (mPrevRoamingNotification == ROAMING_NOTIFICATION_DISCONNECTED) return; in updateDataRoamingStatus()
812 mPrevRoamingNotification = ROAMING_NOTIFICATION_DISCONNECTED; in updateDataRoamingStatus()
822 if (mPrevRoamingNotification == ROAMING_NOTIFICATION_CONNECTED) return; in updateDataRoamingStatus()
823 mPrevRoamingNotification = ROAMING_NOTIFICATION_CONNECTED; in updateDataRoamingStatus()
829 } else if (mPrevRoamingNotification != ROAMING_NOTIFICATION_NO_NOTIFICATION) { in updateDataRoamingStatus()
833 mPrevRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION; in updateDataRoamingStatus()
919 pw.println("mPrevRoamingNotification=" + mPrevRoamingNotification); in dump()