Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNitzDataTest.java52 assertEquals(0, nitz.getDstAdjustmentMillis().longValue()); in testParse_withDst()
60 nitz.getDstAdjustmentMillis().longValue()); in testParse_withDst()
68 nitz.getDstAdjustmentMillis().longValue()); in testParse_withDst()
79 assertNull(nitz.getDstAdjustmentMillis()); in testParse_noDstField()
86 assertNull(nitz.getDstAdjustmentMillis()); in testParse_noDstField()
97 nitz.getDstAdjustmentMillis().longValue()); in testParse_androidEmulatorTimeZoneExtension()
DTimeZoneLookupHelperTest.java169 assertEquals(expectedDstOffset, nitzData.getDstAdjustmentMillis()); in testLookupByNitzCountry()
196 assertEquals(expectedDstOffset, nitzData.getDstAdjustmentMillis()); in testLookupByNitzCountry()
224 assertEquals(expectedDstOffset, nitzData.getDstAdjustmentMillis()); in testLookupByNitzCountry()
241 assertEquals(expectedDstOffset, nitzData.getDstAdjustmentMillis()); in testLookupByNitzCountry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNitzData.java166 public Integer getDstAdjustmentMillis() { in getDstAdjustmentMillis() method in NitzData