Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java209 ROAMING_NOTIFICATION_CONNECTED,
214 private static final int ROAMING_NOTIFICATION_CONNECTED = 1; field in PhoneGlobals
1165 if (getCurrentRoamingNotification() == ROAMING_NOTIFICATION_CONNECTED) { in updateDataRoamingStatus()
1171 updateDataRoamingNotification(ROAMING_NOTIFICATION_CONNECTED); in updateDataRoamingStatus()
1200 case ROAMING_NOTIFICATION_CONNECTED: in updateDataRoamingNotification()
1287 if (mPrevRoamingNotification == ROAMING_NOTIFICATION_CONNECTED) return; in updateDataRoamingStatusForFeatureDisabled()
1288 mPrevRoamingNotification = ROAMING_NOTIFICATION_CONNECTED; in updateDataRoamingStatusForFeatureDisabled()