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

/frameworks/base/core/java/android/text/format/
H A DTime.java38 public static final String TIMEZONE_UTC = "UTC"; field in class:Time
418 timezone = TIMEZONE_UTC;
465 timezone = TIMEZONE_UTC;
691 } else if (TIMEZONE_UTC.equals(timezone)) {

Completed in 390 milliseconds