Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DTimeZoneInfo.java154 String canonicalZoneId = getCanonicalZoneId(timeZone); in format() local
156 final java.util.TimeZone javaTimeZone = toJavaTimeZone(canonicalZoneId); in format()
161 canonicalZoneId, mNow, TimeZoneNames.NameType.LONG_GENERIC)) in format()
163 canonicalZoneId, mNow, TimeZoneNames.NameType.LONG_STANDARD)) in format()
165 canonicalZoneId, mNow, TimeZoneNames.NameType.LONG_DAYLIGHT)) in format()
167 timeZoneNames.getExemplarLocationName(canonicalZoneId))) in format()
173 Locale locale, TimeZoneNames timeZoneNames, String canonicalZoneId, Date now, in getTzNameForListDisplay() argument
177 canonicalZoneId, nameType, nowEpochMillis); in getTzNameForListDisplay()
183 String canonicalZoneId = getCanonicalZoneId(mTimeZone); in getJavaTimeZone() local
184 return toJavaTimeZone(canonicalZoneId); in getJavaTimeZone()
[all …]