Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsNumberUtils.java430 int[] allCCs = getAllCountryCodes(context); in getCountryCode() local
431 if (allCCs == null) { in getCountryCode()
440 for (int i = 0; i < allCCs.length; i ++) { in getCountryCode()
441 int tempCC = allCCs[i]; in getCountryCode()