Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsNumberUtils.java465 int[] allCCs = getAllCountryCodes(context); in getCountryCode() local
466 if (allCCs == null) { in getCountryCode()
475 for (int i = 0; i < allCCs.length; i ++) { in getCountryCode()
476 int tempCC = allCCs[i]; in getCountryCode()