Searched refs:roundDown (Results 1 – 2 of 2) sorted by relevance
495 assertEquals(time, coll.roundDown(time)); in testRounding()499 assertEquals(TIME_A, coll.roundDown(TIME_A)); in testRounding()502 assertEquals(TIME_A, coll.roundDown(TIME_A + 1)); in testRounding()505 assertEquals(TIME_A - HOUR_IN_MILLIS, coll.roundDown(TIME_A - 1)); in testRounding()
176 public long roundDown(long time) { in roundDown() method in NetworkStatsCollection258 augmentEnd = roundDown(augmentEnd); in getHistory()260 collectStart = roundDown(collectStart); in getHistory()