Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java1338 String roamingMcc = roamingNumeric.length() < 3 ? "" : roamingNumeric.substring(0, 3); in shouldShowRoamingNotification() local
1339 if (excludedMccs != null && !TextUtils.isEmpty(roamingMcc)) { in shouldShowRoamingNotification()
1341 if (roamingMcc.equals(mcc)) { in shouldShowRoamingNotification()