Searched refs:removeBucketsStartingBefore (Results 1 – 3 of 3) sorted by relevance
297 stats.removeBucketsStartingBefore(0 - DAY_IN_MILLIS); in testRemoveStartingBefore()301 stats.removeBucketsStartingBefore(TEST_START - YEAR_IN_MILLIS); in testRemoveStartingBefore()306 stats.removeBucketsStartingBefore(TEST_START); in testRemoveStartingBefore()310 stats.removeBucketsStartingBefore(TEST_START + HOUR_IN_MILLIS); in testRemoveStartingBefore()314 stats.removeBucketsStartingBefore(TEST_START + (4 * HOUR_IN_MILLIS)); in testRemoveStartingBefore()318 stats.removeBucketsStartingBefore(TEST_START + YEAR_IN_MILLIS); in testRemoveStartingBefore()369 stats.removeBucketsStartingBefore(r.nextLong()); in testFuzzing()
735 history.removeBucketsStartingBefore(cutoffMillis); in removeHistoryBefore()
719 public void removeBucketsStartingBefore(final long cutoff) { in removeBucketsStartingBefore() method in NetworkStatsHistory