Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKInstant.java163 private void check(Instant instant, long epochSecs, int nos) { in check() argument
164 assertEquals(instant.getEpochSecond(), epochSecs); in check() local