Home
last modified time | relevance | path

Searched refs:cutoffMillis (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsRecorder.java509 public void removeDataBefore(long cutoffMillis) throws IOException { in removeDataBefore() argument
513 mBucketDuration, cutoffMillis)); in removeDataBefore()
525 mPending.removeHistoryBefore(cutoffMillis); in removeDataBefore()
528 mSinceBoot.removeHistoryBefore(cutoffMillis); in removeDataBefore()
533 complete.removeHistoryBefore(cutoffMillis); in removeDataBefore()
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java727 public void removeHistoryBefore(long cutoffMillis) { in removeHistoryBefore() argument
733 if (history.getStart() > cutoffMillis) continue; in removeHistoryBefore()
735 history.removeBucketsStartingBefore(cutoffMillis); in removeHistoryBefore()