Searched refs:geoCountryCodeForMccMnc (Results 1 – 3 of 3) sorted by relevance
53 MccTable.geoCountryCodeForMccMnc(new MccMnc("" + mcc, "999"))); in checkMccLookupWithNoMnc()60 assertEquals("gu", MccTable.geoCountryCodeForMccMnc(new MccMnc("310", "370"))); in testGeoCountryCodeForMccMnc()
509 timeZoneCountryIso = MccTable.geoCountryCodeForMccMnc(mccMnc); in updateLocale()528 timeZoneCountryIso = MccTable.geoCountryCodeForMccMnc(mccMnc); in updateLocale()
216 public static String geoCountryCodeForMccMnc(@NonNull MccMnc mccMnc) { in geoCountryCodeForMccMnc() method in MccTable