Searched refs:roundDown (Results 1 – 2 of 2) sorted by relevance
538 assertEquals(time, coll.roundDown(time)); in testRounding()542 assertEquals(TIME_A, coll.roundDown(TIME_A)); in testRounding()545 assertEquals(TIME_A, coll.roundDown(TIME_A + 1)); in testRounding()548 assertEquals(TIME_A - HOUR_IN_MILLIS, coll.roundDown(TIME_A - 1)); in testRounding()
220 public long roundDown(long time) { in roundDown() method in NetworkStatsCollection306 augmentEnd = roundDown(augmentEnd); in getHistory()308 collectStart = roundDown(collectStart); in getHistory()