/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 | 129 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() 794 this.isDst = that.isDst; in set() 812 this.isDst = -1; in set() 835 this.isDst = -1; in set() 1276 time.isDst = wallTime.getIsDst(); in copyFieldsToTime() 1290 wallTime.setIsDst(time.isDst); in copyFieldsFromTime()
|
D | TimeFormatter.java | 413 boolean isDst = wallTime.getIsDst() != 0; in handleToken() 414 modifyAndAppend(zoneInfo.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 | 71 int offsetMillis, boolean isDst, long whenMillis, String countryIso) { in getIcuTimeZone() argument 83 whenMillis, bias, offsetMillis, isDst); in getIcuTimeZone()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | NitzData.java | 196 public boolean isDst() { in isDst() method in NitzData
|
D | ServiceStateTracker.java | 3835 boolean isDst = false; in fixUnknownMcc() 3841 isDst = (dstAdjustmentMillis != null) && (dstAdjustmentMillis != 0); in fixUnknownMcc() 3844 int mcc = mHbpcdUtils.getMcc(sid, utcOffsetHours, (isDst ? 1 : 0), isNitzTimeZone); in fixUnknownMcc()
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
D | TimeZonePickerUtils.java | 88 String displayName = getDisplayName(tz, time.isDst != 0); in buildGmtDisplayName()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 30164 field public int isDst;
|
/frameworks/base/api/ |
D | current.txt | 49979 field @Deprecated public int isDst;
|