Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java210 ROAMING_NOTIFICATION_DISCONNECTED})
215 private static final int ROAMING_NOTIFICATION_DISCONNECTED = 2; field in PhoneGlobals
1137 if (getCurrentRoamingNotification() == ROAMING_NOTIFICATION_DISCONNECTED) { in updateDataRoamingStatus()
1144 updateDataRoamingNotification(ROAMING_NOTIFICATION_DISCONNECTED); in updateDataRoamingStatus()
1205 case ROAMING_NOTIFICATION_DISCONNECTED: in updateDataRoamingNotification()
1263 if (mPrevRoamingNotification == ROAMING_NOTIFICATION_DISCONNECTED) return; in updateDataRoamingStatusForFeatureDisabled()
1266 mPrevRoamingNotification = ROAMING_NOTIFICATION_DISCONNECTED; in updateDataRoamingStatusForFeatureDisabled()