Searched defs:countryIsoCodes (Results 1 – 3 of 3) sorted by relevance
44 repeated string countryIsoCodes = 2; field
170 private final List<String> countryIsoCodes; field in TelephonyLookupXmlFile.MobileCountry172 MobileCountry(String mcc, List<String> countryIsoCodes) { in MobileCountry()
232 String mcc, List<String> countryIsoCodes) { in createMobileCountry()