Searched refs:timeZoneCountryIso (Results 1 – 1 of 1) sorted by relevance
500 String timeZoneCountryIso = null; in updateLocale() local509 timeZoneCountryIso = MccTable.geoCountryCodeForMccMnc(mccMnc); in updateLocale()528 timeZoneCountryIso = MccTable.geoCountryCodeForMccMnc(mccMnc); in updateLocale()538 timeZoneCountryIso = countryIso; in updateLocale()586 timeZoneCountryIso = ""; in updateLocale()590 if (timeZoneCountryIso == null) { in updateLocale()592 timeZoneCountryIso = countryIso; in updateLocale()595 log("updateLocale: timeZoneCountryIso = " + timeZoneCountryIso in updateLocale()598 if (TextUtils.isEmpty(timeZoneCountryIso) && !isTestMcc) { in updateLocale()601 mNitzStateMachine.handleCountryDetected(timeZoneCountryIso); in updateLocale()