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