Searched refs:startInstant (Results 1 – 2 of 2) sorted by relevance
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/ |
D | ZoneOffsetPeriodTest.java | 40 Instant startInstant = Instant.ofEpochSecond(152092800L); /* 1974-10-27T08:00:00Z */ in testEqualPeriods_withDstTransitions() local 52 ZoneOffsetPeriod.create(timeZoneNames, denverTz, startInstant, endInstant); in testEqualPeriods_withDstTransitions() 53 assertEquals(startInstant, denverPeriod0.getStartInstant()); in testEqualPeriods_withDstTransitions() 60 ZoneOffsetPeriod.create(timeZoneNames, boiseTz, startInstant, endInstant); in testEqualPeriods_withDstTransitions() 61 assertEquals(startInstant, boisePeriod0.getStartInstant()); in testEqualPeriods_withDstTransitions() 105 Instant startInstant = Instant.EPOCH; /* 1970-01-01T00:00:00Z */ in testEqualPeriods_withoutDstTransitions() local 118 ZoneOffsetPeriod.create(timeZoneNames, honoluluTz, startInstant, endInstant); in testEqualPeriods_withoutDstTransitions() 119 assertEquals(startInstant, honoluluPeriod.getStartInstant()); in testEqualPeriods_withoutDstTransitions() 130 ZoneOffsetPeriod.create(timeZoneNames, phoenixTz, startInstant, endInstant); in testEqualPeriods_withoutDstTransitions() 131 assertEquals(startInstant, phoenixPeriod.getStartInstant()); in testEqualPeriods_withoutDstTransitions() [all …]
|
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/ |
D | CountryZoneTree.java | 594 Instant startInstant = node.getStartInstant(); in createGraphvizFile() local 598 String fromTimestamp = startInstant.toString(); in createGraphvizFile()
|