Home
last modified time | relevance | path

Searched refs:isDst (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java225 local.isDst = test.dst1; in testNormalize1()
228 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()
233 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()
239 local.isDst); in testNormalize1()
246 local.isDst = test.dst1; in testNormalize1()
249 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1()
255 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1()
261 local.isDst); in testNormalize1()
/frameworks/base/core/java/android/text/format/
DTime.java104 public int isDst; field in Time
169 this.isDst = -1; in Time()
280 this.isDst = -1; in clear()
586 this.isDst = that.isDst; in set()
604 this.isDst = -1; in set()
627 this.isDst = -1; in set()
/frameworks/base/services/java/com/android/server/
DUiModeManagerService.java730 (currentTime.gmtoff - (currentTime.isDst > 0 ? 3600 : 0));
/frameworks/base/api/
Dcurrent.txt20503 field public int isDst;
D14.txt20503 field public int isDst;