Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java1163 boolean shouldShowRoamingNotification = shouldShowRoamingNotification(roamingNumeric); in updateDataRoamingStatus()
1170 if (!shownInThisNumeric && !shownForThisReason && shouldShowRoamingNotification) { in updateDataRoamingStatus()
1178 + " shouldShowRoamingNotification:" + shouldShowRoamingNotification); in updateDataRoamingStatus()
1273 if (!shouldShowRoamingNotification(roamingOperatorNumeric != null in updateDataRoamingStatusForFeatureDisabled()
1314 private boolean shouldShowRoamingNotification(String roamingNumeric) { in shouldShowRoamingNotification() method in PhoneGlobals