Home
last modified time | relevance | path

Searched defs:endInstant (Results 1 – 2 of 2) sorted by relevance

/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
DZoneOffsetPeriodTest.java44 Instant endInstant = Instant.ofEpochSecond(631152000L); /* 1990-01-01T00:00:00Z */ in testEqualPeriods_withDstTransitions() local
108 Instant endInstant = Instant.ofEpochSecond(631152000L); /* 1990-01-01T00:00:00Z */ in testEqualPeriods_withoutDstTransitions() local
156 Instant endInstant = Instant.ofEpochSecond(631152000L); /* 1990-01-01T00:00:00Z */ in testSplitAtTime() local
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTree.java512 Instant endInstant = node.getEndInstant(); in calculateCountryZoneUsage() local
526 private void addZoneEntryIfMissing(Instant endInstant, ZoneInfo zoneInfo) { in calculateCountryZoneUsage()
565 Instant endInstant = node.getEndInstant(); in createGraphvizFile() local