Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java208 ROAMING_NOTIFICATION_NO_NOTIFICATION,
213 private static final int ROAMING_NOTIFICATION_NO_NOTIFICATION = 0; field in PhoneGlobals
218 private int mCurrentRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION;
235 private int mPrevRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION;
1151 if (getCurrentRoamingNotification() != ROAMING_NOTIFICATION_NO_NOTIFICATION) { in updateDataRoamingStatus()
1152 updateDataRoamingNotification(ROAMING_NOTIFICATION_NO_NOTIFICATION); in updateDataRoamingStatus()
1180 if (getCurrentRoamingNotification() != ROAMING_NOTIFICATION_NO_NOTIFICATION) { in updateDataRoamingStatus()
1181 updateDataRoamingNotification(ROAMING_NOTIFICATION_NO_NOTIFICATION); in updateDataRoamingStatus()
1184 } else if (getCurrentRoamingNotification() != ROAMING_NOTIFICATION_NO_NOTIFICATION) { in updateDataRoamingStatus()
1188 updateDataRoamingNotification(ROAMING_NOTIFICATION_NO_NOTIFICATION); in updateDataRoamingStatus()
[all …]