Searched defs:ALL_COUNTRY_CODES (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsNumberUtils.java98 private static int[] ALL_COUNTRY_CODES = null; field in class:SmsNumberUtils
456 if (ALL_COUNTRY_CODES != null) {
457 return ALL_COUNTRY_CODES;
467 ALL_COUNTRY_CODES = new int[cursor.getCount()];
471 ALL_COUNTRY_CODES[i++] = countryCode;
485 return ALL_COUNTRY_CODES;

Completed in 59 milliseconds