Searched refs:roundDown (Results 1 – 2 of 2) sorted by relevance
494 assertEquals(time, coll.roundDown(time)); in testRounding()498 assertEquals(TIME_A, coll.roundDown(TIME_A)); in testRounding()501 assertEquals(TIME_A, coll.roundDown(TIME_A + 1)); in testRounding()504 assertEquals(TIME_A - HOUR_IN_MILLIS, coll.roundDown(TIME_A - 1)); in testRounding()
175 public long roundDown(long time) { in roundDown() method in NetworkStatsCollection286 augmentEnd = roundDown(augmentEnd); in getHistory()288 collectStart = roundDown(collectStart); in getHistory()