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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java1141 private static final String KOREA_ISO_COUNTRY_CODE = "KR"; field in class:PhoneNumberUtils
1495 if (KOREA_ISO_COUNTRY_CODE.equalsIgnoreCase(defaultCountryIso) &&
1496 (pn.getCountryCode() == util.getCountryCodeForRegion(KOREA_ISO_COUNTRY_CODE)) &&

Completed in 43 milliseconds