/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/ |
D | TimeZoneLookupHelper.java | 149 boolean isDst = dstAdjustmentMillis != 0; in lookupByNitzCountry() 152 nitzData.getLocalOffsetMillis(), isDst); in lookupByNitzCountry() 176 Boolean isDst = dstAdjustmentMillis == null ? null : dstAdjustmentMillis != 0; in lookupByNitz() local 178 OffsetResult match = lookupByInstantOffsetDst(timeMillis, utcOffsetMillis, isDst); in lookupByNitz() 179 if (match == null && isDst != null) { in lookupByNitz() 260 @Nullable Boolean isDst) { in lookupByInstantOffsetDst() argument 267 if (offsetMatchesAtTime(tz, utcOffsetMillis, isDst, timeMillis)) { in lookupByInstantOffsetDst() 290 @Nullable Boolean isDst, long whenMillis) { in offsetMatchesAtTime() argument 298 return isDst == null || isDst == (offsets[1] != 0); in offsetMatchesAtTime()
|
/frameworks/base/core/java/android/text/format/ |
D | Time.java | 128 public int isDst; field in Time 204 this.isDst = -1; in initialize() 314 this.isDst = -1; in clear() 487 isDst = -1; in parseInternal() 675 this.isDst = -1; in parse3339Internal() 793 this.isDst = that.isDst; in set() 811 this.isDst = -1; in set() 834 this.isDst = -1; in set() 1259 time.isDst = wallTime.getIsDst(); in copyFieldsToTime() 1273 wallTime.setIsDst(time.isDst); in copyFieldsFromTime()
|
D | TimeFormatter.java | 431 boolean isDst = wallTime.getIsDst() != 0; in handleToken() 433 .getDisplayName(isDst, TimeZone.SHORT), modifier); in handleToken()
|
/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | TimeTest.java | 235 local.isDst = test.dst1; in testNormalize1() 238 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1() 243 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1() 249 local.isDst); in testNormalize1() 256 local.isDst = test.dst1; in testNormalize1() 259 if (test.dst2 == -1) test.dst2 = local.isDst; in testNormalize1() 265 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1() 271 local.isDst); in testNormalize1()
|
/frameworks/base/core/java/android/timezone/ |
D | CountryTimeZones.java | 223 int totalOffsetMillis, boolean isDst) { in lookupByOffsetWithBias() argument 226 whenMillis, bias, totalOffsetMillis, isDst); in lookupByOffsetWithBias()
|
/frameworks/base/core/java/android/util/ |
D | TimeUtils.java | 70 int offsetMillis, boolean isDst, long whenMillis, String countryIso) { in getIcuTimeZone() argument 82 whenMillis, bias, offsetMillis, isDst); in getIcuTimeZone()
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
D | TimeZonePickerUtils.java | 88 String displayName = getDisplayName(tz, time.isDst != 0); in buildGmtDisplayName()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | NitzData.java | 196 public boolean isDst() { in isDst() method in NitzData
|
D | ServiceStateTracker.java | 3848 boolean isDst = false; in fixUnknownMcc() 3854 isDst = (dstAdjustmentMillis != null) && (dstAdjustmentMillis != 0); in fixUnknownMcc() 3857 int mcc = mHbpcdUtils.getMcc(sid, utcOffsetHours, (isDst ? 1 : 0), isNitzTimeZone); in fixUnknownMcc()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 30164 field public int isDst;
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 112475 Llibcore/util/ZoneInfo$OffsetInterval;->isDst:I 112485 Llibcore/util/ZoneInfo$WallTime;->isDst:I
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 47736 field @Deprecated public int isDst;
|
/frameworks/base/api/ |
D | current.txt | 47880 field @Deprecated public int isDst;
|