Searched defs:isoCountryCode (Results 1 – 3 of 3) sorted by relevance
54 City(String name, S2LatLng latLng, String isoCountryCode, int population, in City()102 String isoCountryCode = fields[ISO_COUNTRY_CODE_INDEX]; in createCity() local
106 String isoCountryCode = CountryCodeUtils.COUNTRY_TO_REGIONAL_CODE.get(dialingCode); in createPhoneNumberVariants() local
234 String iccId, String phoneNumber, int carrierId, String isoCountryCode, in populateContentValues()