Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsNumberUtils.java100 private static int[] ALL_COUNTRY_CODES = null; field in SmsNumberUtils
458 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()