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

/frameworks/base/core/java/android/text/format/
H A DTime.java61 public static final String TIMEZONE_UTC = "UTC"; field in class:Time
413 timezone = TIMEZONE_UTC;
547 timezone = TIMEZONE_UTC;
926 } else if (TIMEZONE_UTC.equals(timezone)) {
1169 if (TIMEZONE_UTC.equals(timezone)) {

Completed in 71 milliseconds