Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
H A DZoneGetter.java103 TimeZoneNames timeZoneNames = TimeZoneNames.getInstance(locale); in getTimeZoneOffsetAndName() local
105 locale, getZoneLongName(locale, timeZoneNames, tz, now)); in getTimeZoneOffsetAndName()
135 final TimeZoneNames timeZoneNames = TimeZoneNames.getInstance(locale); in getZonesList() local
140 shouldUseExemplarLocationForLocalNames(locale, data, timeZoneNames); in getZonesList()
148 CharSequence displayName = getTimeZoneDisplayName(locale, data, timeZoneNames, in getZonesList()
206 ZoneGetterData data, TimeZoneNames timeZoneNames) { in shouldUseExemplarLocationForLocalNames() argument
213 CharSequence displayName = getZoneLongName(locale, timeZoneNames, tz, now); in shouldUseExemplarLocationForLocalNames()
228 TimeZoneNames timeZoneNames, boolean useExemplarLocationForLocalNames, TimeZone tz, in getTimeZoneDisplayName() argument
236 displayName = getZoneLongName(locale, timeZoneNames, tz, now); in getTimeZoneDisplayName()
248 locale, timeZoneNames.getExemplarLocationName(canonicalZoneId)); in getTimeZoneDisplayName()
[all …]