Searched refs:allCCs (Results 1 – 1 of 1) sorted by relevance
430 int[] allCCs = getAllCountryCodes(context); in getCountryCode() local431 if (allCCs == null) { in getCountryCode()440 for (int i = 0; i < allCCs.length; i ++) { in getCountryCode()441 int tempCC = allCCs[i]; in getCountryCode()