Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DTimeZoneLookupHelperTest.java235 int expectedUtcOffset = (int) TimeUnit.HOURS.toMillis(2); in testLookupByNitzCountry_dstKnownAndUnknown() local
237 assertEquals(expectedUtcOffset, nitzData.getLocalOffsetMillis()); in testLookupByNitzCountry_dstKnownAndUnknown()
245 assertOffsetResultZoneOffsets(nhSummerTimeMillis, expectedUtcOffset, expectedDstOffset, in testLookupByNitzCountry_dstKnownAndUnknown()
263 int expectedUtcOffset = (int) TimeUnit.HOURS.toMillis(1); in testLookupByNitzCountry_dstKnownAndUnknown() local
265 assertEquals(expectedUtcOffset, nitzData.getLocalOffsetMillis()); in testLookupByNitzCountry_dstKnownAndUnknown()
273 assertOffsetResultZoneOffsets(nhWinterTimeMillis, expectedUtcOffset, expectedDstOffset, in testLookupByNitzCountry_dstKnownAndUnknown()
290 int expectedUtcOffset = (int) TimeUnit.HOURS.toMillis(2); in testLookupByNitzCountry_dstKnownAndUnknown() local
292 assertEquals(expectedUtcOffset, nitzData.getLocalOffsetMillis()); in testLookupByNitzCountry_dstKnownAndUnknown()
300 assertOffsetResultZoneOffsets(nhSummerTimeMillis, expectedUtcOffset, expectedDstOffset, in testLookupByNitzCountry_dstKnownAndUnknown()
307 int expectedUtcOffset = (int) TimeUnit.HOURS.toMillis(1); in testLookupByNitzCountry_dstKnownAndUnknown() local
[all …]