Searched refs:JAPAN_ISO_COUNTRY_CODE (Results 1 – 3 of 3) sorted by relevance
35 private static final String JAPAN_ISO_COUNTRY_CODE = "jp"; field in AccessNetworkUtils406 if (JAPAN_ISO_COUNTRY_CODE.compareToIgnoreCase(country) == 0) { in getOperatingBandForUarfcn()
1284 private static final String JAPAN_ISO_COUNTRY_CODE = "JP"; field in PhoneNumberUtils1665 } else if (JAPAN_ISO_COUNTRY_CODE.equalsIgnoreCase(defaultCountryIso) && in formatNumber()1666 pn.getCountryCode() == util.getCountryCodeForRegion(JAPAN_ISO_COUNTRY_CODE) && in formatNumber()
54152 Landroid/telephony/PhoneNumberUtils;->JAPAN_ISO_COUNTRY_CODE:Ljava/lang/String;