Searched refs:ALL_COUNTRY_CODES (Results 1 – 1 of 1) sorted by relevance
100 private static int[] ALL_COUNTRY_CODES = null; field in SmsNumberUtils458 if (ALL_COUNTRY_CODES != null) { in getAllCountryCodes()459 return ALL_COUNTRY_CODES; in getAllCountryCodes()469 ALL_COUNTRY_CODES = new int[cursor.getCount()]; in getAllCountryCodes()473 ALL_COUNTRY_CODES[i++] = countryCode; in getAllCountryCodes()487 return ALL_COUNTRY_CODES; in getAllCountryCodes()