Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DCitiesFile.java54 City(String name, S2LatLng latLng, String isoCountryCode, int population, in City() argument
58 this.mIsoCountryCode = isoCountryCode; in City()
102 String isoCountryCode = fields[ISO_COUNTRY_CODE_INDEX]; in createCity() local
103 if (isoCountryCode.isEmpty()) { in createCity()
104 isoCountryCode = null; in createCity()
106 isoCountryCode = isoCountryCode.toLowerCase(); in createCity()
122 return new City(name, latLng, isoCountryCode, population, timeZoneId); in createCity()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerPhoneNumberUtils.java106 String isoCountryCode = CountryCodeUtils.COUNTRY_TO_REGIONAL_CODE.get(dialingCode); in createPhoneNumberVariants() local
107 if (TextUtils.isEmpty(isoCountryCode)) { in createPhoneNumberVariants()
114 createFormatNational(phoneNumberNormalizedWithoutCountryCode, isoCountryCode); in createPhoneNumberVariants()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java234 String iccId, String phoneNumber, int carrierId, String isoCountryCode, in populateContentValues() argument
264 if (isoCountryCode != null) { in populateContentValues()
265 contentValues.put(Telephony.SimInfo.COLUMN_ISO_COUNTRY_CODE, isoCountryCode); in populateContentValues()