Searched refs:cutoffMillis (Results 1 – 2 of 2) sorted by relevance
509 public void removeDataBefore(long cutoffMillis) throws IOException { in removeDataBefore() argument513 mBucketDuration, cutoffMillis)); in removeDataBefore()525 mPending.removeHistoryBefore(cutoffMillis); in removeDataBefore()528 mSinceBoot.removeHistoryBefore(cutoffMillis); in removeDataBefore()533 complete.removeHistoryBefore(cutoffMillis); in removeDataBefore()
727 public void removeHistoryBefore(long cutoffMillis) { in removeHistoryBefore() argument733 if (history.getStart() > cutoffMillis) continue; in removeHistoryBefore()735 history.removeBucketsStartingBefore(cutoffMillis); in removeHistoryBefore()