Searched refs:ALL_COUNTRY_CODES (Results 1 – 1 of 1) sorted by relevance
105 private static int[] ALL_COUNTRY_CODES = null; field in SmsNumberUtils493 if (ALL_COUNTRY_CODES != null) { in getAllCountryCodes()494 return ALL_COUNTRY_CODES; in getAllCountryCodes()504 ALL_COUNTRY_CODES = new int[cursor.getCount()]; in getAllCountryCodes()508 ALL_COUNTRY_CODES[i++] = countryCode; in getAllCountryCodes()522 return ALL_COUNTRY_CODES; in getAllCountryCodes()