Searched refs:geoCountryCodeForMccMnc (Results 1 – 4 of 4) sorted by relevance
53 MccTable.geoCountryCodeForMccMnc(new MccMnc("" + mcc, "999"))); in checkMccLookupWithNoMnc()60 assertEquals("gu", MccTable.geoCountryCodeForMccMnc(new MccMnc("310", "370"))); in testGeoCountryCodeForMccMnc()
501 countryIso = MccTable.geoCountryCodeForMccMnc(mccMnc); in updateLocale()524 countryIso = MccTable.geoCountryCodeForMccMnc(mccMnc); in updateLocale()
216 public static String geoCountryCodeForMccMnc(@NonNull MccMnc mccMnc) { in geoCountryCodeForMccMnc() method in MccTable
4575 return MccTable.geoCountryCodeForMccMnc(mccMnc); in getCountryCodeForMccMnc()