Searched refs:getDstAdjustmentMillis (Results 1 – 3 of 3) sorted by relevance
52 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()
169 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()
166 public Integer getDstAdjustmentMillis() { in getDstAdjustmentMillis() method in NitzData