Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java1099 String roamingNumeric = serviceState.getOperatorNumeric(); in updateDataRoamingStatus() local
1100 String roamingNumericReason = "RoamingNumeric=" + roamingNumeric; in updateDataRoamingStatus()
1129 if (!shownInThisNumeric && roamingNumeric != null) { in updateDataRoamingStatus()
1156 if (!shownInThisNumeric && roamingNumeric != null) { in updateDataRoamingStatus()
1163 boolean shouldShowRoamingNotification = shouldShowRoamingNotification(roamingNumeric); in updateDataRoamingStatus()
1314 private boolean shouldShowRoamingNotification(String roamingNumeric) { in shouldShowRoamingNotification() argument
1319 if (TextUtils.isEmpty(roamingNumeric) || !mFeatureFlags.hideRoamingIcon()) { in shouldShowRoamingNotification()
1320 Log.d(LOG_TAG, "shouldShowRoamingNotification: roamingNumeric=" + roamingNumeric in shouldShowRoamingNotification()
1329 if (roamingNumeric.equals(mccMnc)) { in shouldShowRoamingNotification()
1338 String roamingMcc = roamingNumeric.length() < 3 ? "" : roamingNumeric.substring(0, 3); in shouldShowRoamingNotification()
[all …]