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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java1143 private static final String JAPAN_ISO_COUNTRY_CODE = "JP"; field in class:PhoneNumberUtils
1505 } else if (JAPAN_ISO_COUNTRY_CODE.equalsIgnoreCase(defaultCountryIso) &&
1506 pn.getCountryCode() == util.getCountryCodeForRegion(JAPAN_ISO_COUNTRY_CODE) &&

Completed in 1090 milliseconds