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

/frameworks/base/core/java/android/text/format/
H A DTime.java217 * If "ignoreDst" is true, then this method sets the "isDst" field to -1
224 * use <tt>true</tt> or <tt>false</tt> for "ignoreDst" and when {@code -1}
229 public long normalize(boolean ignoreDst) { argument
231 long timeInMillis = calculator.toMillis(ignoreDst);
704 * If "ignoreDst" is false, then this method uses the current setting of the
710 * If "ignoreDst" is true, then this method ignores the current setting of
751 public long toMillis(boolean ignoreDst) { argument
753 return calculator.toMillis(ignoreDst);
1075 public long toMillis(boolean ignoreDst) { argument
1076 if (ignoreDst) {
[all...]

Completed in 79 milliseconds