Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java1137 if (getCurrentRoamingNotification() == ROAMING_NOTIFICATION_DISCONNECTED) { in updateDataRoamingStatus()
1151 if (getCurrentRoamingNotification() != ROAMING_NOTIFICATION_NO_NOTIFICATION) { in updateDataRoamingStatus()
1165 if (getCurrentRoamingNotification() == ROAMING_NOTIFICATION_CONNECTED) { in updateDataRoamingStatus()
1180 if (getCurrentRoamingNotification() != ROAMING_NOTIFICATION_NO_NOTIFICATION) { in updateDataRoamingStatus()
1184 } else if (getCurrentRoamingNotification() != ROAMING_NOTIFICATION_NO_NOTIFICATION) { in updateDataRoamingStatus()
1219 private @RoamingNotification int getCurrentRoamingNotification() { in getCurrentRoamingNotification() method in PhoneGlobals