Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/format/
DTime.java129 public int isDst; field in Time
205 this.isDst = -1; in initialize()
315 this.isDst = -1; in clear()
488 isDst = -1; in parseInternal()
676 this.isDst = -1; in parse3339Internal()
795 this.isDst = that.isDst; in set()
813 this.isDst = -1; in set()
836 this.isDst = -1; in set()
1266 time.isDst = wallTime.getIsDst(); in copyFieldsToTime()
1280 wallTime.setIsDst(time.isDst); in copyFieldsFromTime()
DTimeFormatter.java355 boolean isDst = wallTime.getIsDst() != 0; in handleToken()
356 modifyAndAppend(zoneInfo.getDisplayName(isDst, TimeZone.SHORT), modifier); in handleToken()
/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/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerUtils.java88 String displayName = getDisplayName(tz, time.isDst != 0); in buildGmtDisplayName()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java342 (currentTime.gmtoff - (currentTime.isDst > 0 ? 3600 : 0)); in retrieveLocation()
/frameworks/base/api/
Dcurrent.txt32654 field public int isDst;
Dsystem-current.txt34946 field public int isDst;