Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsNumberUtils.java105 private static int[] ALL_COUNTRY_CODES = null; field in SmsNumberUtils
493 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()