Home
last modified time | relevance | path

Searched refs:timeZoneCountryIso (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java500 String timeZoneCountryIso = null; in updateLocale() local
509 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()