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

/frameworks/base/core/java/android/text/format/
H A DTime.java129 public int isDst; field in class:Time
205 this.isDst = -1;
214 * to April 1. It also fills in weekDay, yearDay, isDst and gmtoff.
217 * If "ignoreDst" is true, then this method sets the "isDst" field to -1
219 * time in milliseconds and sets the correct value for "isDst" if the
296 * Clears all values, setting the timezone to the given timezone. Sets isDst
315 this.isDst = -1;
391 * and the field <code>isDst</code> is set to -1 (unknown). To set those
488 isDst = -1;
676 this.isDst
[all...]

Completed in 26 milliseconds