Home
last modified time | relevance | path

Searched refs:getDstAdjustmentMillis (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNitzDataTest.java41 assertEquals(TimeUnit.MINUTES.toMillis(60), nitz.getDstAdjustmentMillis().longValue()); in testParse_beyond2038()
61 assertEquals(0, nitz.getDstAdjustmentMillis().longValue()); in testParse_withDst()
68 assertEquals(TimeUnit.HOURS.toMillis(1), nitz.getDstAdjustmentMillis().longValue()); in testParse_withDst()
75 assertEquals(TimeUnit.HOURS.toMillis(1), nitz.getDstAdjustmentMillis().longValue()); in testParse_withDst()
86 assertNull(nitz.getDstAdjustmentMillis()); in testParse_noDstField()
93 assertNull(nitz.getDstAdjustmentMillis()); in testParse_noDstField()
103 assertEquals(TimeUnit.HOURS.toMillis(1), nitz.getDstAdjustmentMillis().longValue()); in testParse_androidEmulatorTimeZoneExtension()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/
DNitzSignalInputFilterPredicateFactory.java243 return Objects.equals(two.getDstAdjustmentMillis(), one.getDstAdjustmentMillis())
DTimeZoneLookupHelper.java141 Integer dstAdjustmentMillis = nitzData.getDstAdjustmentMillis(); in lookupByNitzCountry()
175 Integer dstAdjustmentMillis = nitzData.getDstAdjustmentMillis(); in lookupByNitz()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DTimeZoneLookupHelperTest.java238 assertEquals(expectedDstOffset, nitzData.getDstAdjustmentMillis()); in testLookupByNitzCountry_dstKnownAndUnknown()
266 assertEquals(expectedDstOffset, nitzData.getDstAdjustmentMillis()); in testLookupByNitzCountry_dstKnownAndUnknown()
293 assertEquals(expectedDstOffset, nitzData.getDstAdjustmentMillis()); in testLookupByNitzCountry_dstKnownAndUnknown()
310 assertEquals(expectedDstOffset, nitzData.getDstAdjustmentMillis()); in testLookupByNitzCountry_dstKnownAndUnknown()
DNitzSignalInputFilterPredicateFactoryTest.java327 intermediateNitzData.getDstAdjustmentMillis(), in testTrivalentPredicate_rateLimitCheck_offsetDifference()
490 baseData.getDstAdjustmentMillis(), in createAdjustedNitzData()
DTimeZoneSuggesterImplTest.java503 originalNitzData.getDstAdjustmentMillis(), in test_emulatorNitzExtensionUsedForTimeZone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNitzData.java194 public Integer getDstAdjustmentMillis() { in getDstAdjustmentMillis() method in NitzData
DServiceStateTracker.java4140 Integer dstAdjustmentMillis = lastNitzData.getDstAdjustmentMillis(); in fixUnknownMcc()