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

  /packages/apps/Settings/src/com/android/settings/datetime/timezone/
TimeZoneInfo.java 31 public class TimeZoneInfo {
41 public TimeZoneInfo(Builder builder) {
119 public TimeZoneInfo build() {
123 return new TimeZoneInfo(this);
140 * @return TimeZoneInfo containing time zone names, exemplar locations and GMT offset
142 public TimeZoneInfo format(String timeZoneId) {
149 * @return TimeZoneInfo containing time zone names, exemplar locations and GMT offset
151 public TimeZoneInfo format(TimeZone timeZone) {
157 return new TimeZoneInfo.Builder(timeZone)
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneInfo.java 36 public class TimeZoneInfo implements Comparable<TimeZoneInfo> {
56 public TimeZoneInfo(TimeZone tz, String country) {
154 if (TimeZoneInfo.is24HourFormat) {
189 public boolean hasSameRules(TimeZoneInfo tzi) {
252 public int compareTo(TimeZoneInfo other) {

Completed in 231 milliseconds