Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java1336 String[] excludedMccs = config.getStringArray(CarrierConfigManager in shouldShowRoamingNotification() local
1339 if (excludedMccs != null && !TextUtils.isEmpty(roamingMcc)) { in shouldShowRoamingNotification()
1340 for (String mcc : excludedMccs) { in shouldShowRoamingNotification()