Searched refs:removeBucketsBefore (Results 1 – 4 of 4) sorted by relevance
258 stats.removeBucketsBefore(0 - DAY_IN_MILLIS); in testRemove()262 stats.removeBucketsBefore(TEST_START - YEAR_IN_MILLIS); in testRemove()267 stats.removeBucketsBefore(TEST_START + SECOND_IN_MILLIS); in testRemove()271 stats.removeBucketsBefore(TEST_START + HOUR_IN_MILLIS); in testRemove()275 stats.removeBucketsBefore(TEST_START + (4 * HOUR_IN_MILLIS)); in testRemove()279 stats.removeBucketsBefore(TEST_START + YEAR_IN_MILLIS); in testRemove()328 stats.removeBucketsBefore(r.nextLong()); in testFuzzing()
281 stats.removeBucketsBefore(0 - DAY_IN_MILLIS); in testRemove()285 stats.removeBucketsBefore(TEST_START - YEAR_IN_MILLIS); in testRemove()290 stats.removeBucketsBefore(TEST_START + SECOND_IN_MILLIS); in testRemove()294 stats.removeBucketsBefore(TEST_START + HOUR_IN_MILLIS); in testRemove()298 stats.removeBucketsBefore(TEST_START + (4 * HOUR_IN_MILLIS)); in testRemove()302 stats.removeBucketsBefore(TEST_START + YEAR_IN_MILLIS); in testRemove()352 stats.removeBucketsBefore(r.nextLong()); in testFuzzing()
500 public void removeBucketsBefore(long cutoff) { in removeBucketsBefore() method in NetworkStatsHistory
1078 Landroid/net/NetworkStatsHistory;->removeBucketsBefore(J)V