HomeSort by relevance Sort by last modified time
    Searched refs:getStartInstant (Results 1 - 4 of 4) sorted by null

  /system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
ZoneOffsetPeriodTest.java 53 assertEquals(startInstant, denverPeriod0.getStartInstant());
61 assertEquals(startInstant, boisePeriod0.getStartInstant());
82 assertEquals(expectedPeriod1Start, denverPeriod1.getStartInstant());
90 assertEquals(expectedPeriod1Start, boisePeriod1.getStartInstant());
119 assertEquals(startInstant, honoluluPeriod.getStartInstant());
131 assertEquals(startInstant, phoenixPeriod.getStartInstant());
167 assertEquals(startInstant, shards[0].getStartInstant());
173 assertEquals(partitionInstant, shards[1].getStartInstant());
ZoneInfoTest.java 117 Instant invalidSplitInstant = toSplit.getStartInstant().minus(1, ChronoUnit.DAYS);
125 Instant splitInstant = toSplit.getStartInstant().plus(5, ChronoUnit.DAYS);
139 assertEquals(toSplit.getStartInstant(), lowerPeriod.getStartInstant());
142 assertEquals(splitInstant, upperPeriod.getStartInstant());
  /system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
CountryZoneTree.java 105 Instant getStartInstant() {
108 return primaryZoneInfo.getZoneOffsetPeriod(index).getStartInstant();
259 Instant toSplitInstant = iPeriod.getStartInstant();
283 if (jPeriod.getStartInstant().isAfter(toSplitInstant)) {
285 toSplitInstant = jPeriod.getStartInstant();
299 if (!jPeriod.getStartInstant().equals(toSplitInstant)) {
564 Instant startInstant = node.getStartInstant();
ZoneOffsetPeriod.java 108 public Instant getStartInstant() {

Completed in 183 milliseconds