Searched refs:removeHistoryBefore (Results 1 – 3 of 3) sorted by relevance
492 mTemp.removeHistoryBefore(mCutoffMills); in read()525 mPending.removeHistoryBefore(cutoffMillis); in removeDataBefore()528 mSinceBoot.removeHistoryBefore(cutoffMillis); in removeDataBefore()533 complete.removeHistoryBefore(cutoffMillis); in removeDataBefore()
618 collection.removeHistoryBefore(10); in testRemoveHistoryBefore()625 collection.removeHistoryBefore(11); in testRemoveHistoryBefore()639 collection.removeHistoryBefore(22); in testRemoveHistoryBefore()649 collection.removeHistoryBefore(Long.MAX_VALUE); in testRemoveHistoryBefore()
727 public void removeHistoryBefore(long cutoffMillis) { in removeHistoryBefore() method in NetworkStatsCollection