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

/frameworks/base/core/java/android/text/format/
H A DTime.java104 public int isDst; field in class:Time
169 this.isDst = -1;
193 * to April 1. It also fills in weekDay, yearDay, isDst and gmtoff.
196 * If "ignoreDst" is true, then this method sets the "isDst" field to -1
198 * correct value for "isDst".
261 * Clears all values, setting the timezone to the given timezone. Sets isDst
280 this.isDst = -1;
422 * and the field <code>isDst</code> is set to -1 (unknown). To set those
515 * "isDst" field and will adjust the returned time if the "isDst" fiel
[all...]

Completed in 64 milliseconds