Searched refs:nhWinterTimeMillis (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/ |
D | TimeZoneLookupHelperTest.java | 73 long nhWinterTimeMillis = createUnixEpochTime(2015, 1, 20, 1, 2, 3); in testLookupByNitzByNitz() local 100 assertOffsetResultZoneOffsets(nhWinterTimeMillis, lonWinterOffsetMillis, in testLookupByNitzByNitz() 114 assertOffsetResultZoneOffsets(nhWinterTimeMillis, lonWinterOffsetMillis, null, in testLookupByNitzByNitz() 141 assertOffsetResultZoneOffsets(nhWinterTimeMillis, mtvWinterOffsetMillis, in testLookupByNitzByNitz() 155 assertOffsetResultZoneOffsets(nhWinterTimeMillis, mtvWinterOffsetMillis, null, in testLookupByNitzByNitz() 224 long nhWinterTimeMillis = createUnixEpochTime(2015, 1, 20, 1, 2, 3); in testLookupByNitzCountry_dstKnownAndUnknown() local 273 assertOffsetResultZoneOffsets(nhWinterTimeMillis, expectedUtcOffset, expectedDstOffset, in testLookupByNitzCountry_dstKnownAndUnknown() 317 assertOffsetResultZoneOffsets(nhWinterTimeMillis, expectedUtcOffset, expectedDstOffset, in testLookupByNitzCountry_dstKnownAndUnknown() 341 long nhWinterTimeMillis = createUnixEpochTime(1975, 1, 20, 1, 2, 3); in testLookupByCountry_oneEffectiveZone() local 350 mTimeZoneLookupHelper.lookupByCountry("de", nhWinterTimeMillis)); in testLookupByCountry_oneEffectiveZone() [all …]
|