HomeSort by relevance Sort by last modified time
    Searched refs:removeBucketsBefore (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/net/java/android/net/
NetworkStatsHistoryTest.java 277 stats.removeBucketsBefore(0 - DAY_IN_MILLIS);
281 stats.removeBucketsBefore(TEST_START - YEAR_IN_MILLIS);
286 stats.removeBucketsBefore(TEST_START + SECOND_IN_MILLIS);
290 stats.removeBucketsBefore(TEST_START + HOUR_IN_MILLIS);
294 stats.removeBucketsBefore(TEST_START + (4 * HOUR_IN_MILLIS));
298 stats.removeBucketsBefore(TEST_START + YEAR_IN_MILLIS);
348 stats.removeBucketsBefore(r.nextLong());
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 482 public void removeBucketsBefore(long cutoff) {

Completed in 62 milliseconds