Searched defs:countryIsoCode (Results 1 – 3 of 3) sorted by relevance
37 required string countryIsoCode = 3; field
134 String countryIsoCode = networkIn.getCountryIsoCode(); in validateNetworks() local218 String countryIsoCode = networkIn.getCountryIsoCode(); in createOutputTelephonyLookup() local
149 private final String countryIsoCode; field in TelephonyLookupXmlFile.Network151 Network(String mcc, String mnc, String countryIsoCode) { in Network()