Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
H A DTimeZoneLookupHelperTest.java229 int expectedUtcOffset = (int) TimeUnit.HOURS.toMillis(2); in testLookupByNitzCountry_dstKnownAndUnknown() local
231 assertEquals(expectedUtcOffset, nitzData.getLocalOffsetMillis()); in testLookupByNitzCountry_dstKnownAndUnknown()
239 assertOffsetResultZoneOffsets(nhSummerTimeMillis, expectedUtcOffset, expectedDstOffset, in testLookupByNitzCountry_dstKnownAndUnknown()
257 int expectedUtcOffset = (int) TimeUnit.HOURS.toMillis(1); in testLookupByNitzCountry_dstKnownAndUnknown() local
259 assertEquals(expectedUtcOffset, nitzData.getLocalOffsetMillis()); in testLookupByNitzCountry_dstKnownAndUnknown()
267 assertOffsetResultZoneOffsets(nhWinterTimeMillis, expectedUtcOffset, expectedDstOffset, in testLookupByNitzCountry_dstKnownAndUnknown()
284 int expectedUtcOffset = (int) TimeUnit.HOURS.toMillis(2); in testLookupByNitzCountry_dstKnownAndUnknown() local
286 assertEquals(expectedUtcOffset, nitzData.getLocalOffsetMillis()); in testLookupByNitzCountry_dstKnownAndUnknown()
294 assertOffsetResultZoneOffsets(nhSummerTimeMillis, expectedUtcOffset, expectedDstOffset, in testLookupByNitzCountry_dstKnownAndUnknown()
301 int expectedUtcOffset = (int) TimeUnit.HOURS.toMillis(1); in testLookupByNitzCountry_dstKnownAndUnknown() local
[all …]