Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java185 ROAMING_NOTIFICATION_DISCONNECTED})
190 private static final int ROAMING_NOTIFICATION_DISCONNECTED = 2; field in PhoneGlobals
895 if (mPrevRoamingNotification == ROAMING_NOTIFICATION_DISCONNECTED) return; in updateDataRoamingStatus()
898 mPrevRoamingNotification = ROAMING_NOTIFICATION_DISCONNECTED; in updateDataRoamingStatus()