Searched refs:roamingMcc (Results 1 – 1 of 1) sorted by relevance
1338 String roamingMcc = roamingNumeric.length() < 3 ? "" : roamingNumeric.substring(0, 3); in shouldShowRoamingNotification() local1339 if (excludedMccs != null && !TextUtils.isEmpty(roamingMcc)) { in shouldShowRoamingNotification()1341 if (roamingMcc.equals(mcc)) { in shouldShowRoamingNotification()