HomeSort by relevance Sort by last modified time
    Searched defs:timeZoneNames (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
ZoneGetter.java 21 import android.icu.text.TimeZoneNames;
93 TimeZoneNames timeZoneNames = TimeZoneNames.getInstance(locale);
94 String zoneNameString = getZoneLongName(timeZoneNames, tz, now);
106 final TimeZoneNames timeZoneNames = TimeZoneNames.getInstance(locale);
111 shouldUseExemplarLocationForLocalNames(data, timeZoneNames);
119 CharSequence displayName = getTimeZoneDisplayName(data, timeZoneNames,
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/data/
SettingsDAO.java 321 final String[] timeZoneNames = resources.getStringArray(R.array.timezone_labels);
324 if (timeZoneIds.length != timeZoneNames.length) {
327 timeZoneIds.length, timeZoneNames.length, locale);
335 final String name = timeZoneNames[i].replaceAll("\"", "");
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatterBuilder.java 67 import android.icu.text.TimeZoneNames;
    [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java 43 import android.icu.text.TimeZoneNames;
563 * ICU TimeZoneNames used to format and parse time zone names.
565 private transient TimeZoneNames timeZoneNames;
    [all...]

Completed in 107 milliseconds