Searched refs:removeBucketsBefore (Results 1 – 2 of 2) sorted by relevance
278 stats.removeBucketsBefore(0 - DAY_IN_MILLIS); in testRemove()282 stats.removeBucketsBefore(TEST_START - YEAR_IN_MILLIS); in testRemove()287 stats.removeBucketsBefore(TEST_START + SECOND_IN_MILLIS); in testRemove()291 stats.removeBucketsBefore(TEST_START + HOUR_IN_MILLIS); in testRemove()295 stats.removeBucketsBefore(TEST_START + (4 * HOUR_IN_MILLIS)); in testRemove()299 stats.removeBucketsBefore(TEST_START + YEAR_IN_MILLIS); in testRemove()349 stats.removeBucketsBefore(r.nextLong()); in testFuzzing()
497 public void removeBucketsBefore(long cutoff) { in removeBucketsBefore() method in NetworkStatsHistory