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.java582 String timeZoneCountryIso = countryIso; in updateLocale() local
590 timeZoneCountryIso = ""; in updateLocale()
594 log("updateLocale: timeZoneCountryIso = " + timeZoneCountryIso in updateLocale()
597 if (TextUtils.isEmpty(timeZoneCountryIso) && !isTestMcc) { in updateLocale()
600 mNitzStateMachine.handleCountryDetected(timeZoneCountryIso); in updateLocale()