Searched defs:timeZoneId (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DTimeZones.java43 * @param timeZoneId identifies the timezone to locate
44 * @return the timezone name with the {@code timeZoneId}; {@code null} if it does not exist
46 CharSequence getTimeZoneName(CharSequence timeZoneId) { argument
48 if (TextUtils.equals(timeZoneId, mTimeZoneIds[i])) {
57 * @param timeZoneId identifies the timezone to locate
60 boolean contains(String timeZoneId) { argument
61 return getTimeZoneName(timeZoneId) != null;
/packages/apps/Settings/src/com/android/settings/datetime/timezone/
H A DTimeZoneInfo.java139 * @param timeZoneId Olson time zone id
142 public TimeZoneInfo format(String timeZoneId) { argument
143 TimeZone timeZone = TimeZone.getFrozenTimeZone(timeZoneId);

Completed in 231 milliseconds