Home
last modified time | relevance | path

Searched refs:removeBucketsStartingBefore (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsHistoryTest.java297 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()
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java735 history.removeBucketsStartingBefore(cutoffMillis); in removeHistoryBefore()
DNetworkStatsHistory.java719 public void removeBucketsStartingBefore(final long cutoff) { in removeBucketsStartingBefore() method in NetworkStatsHistory