Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java390 noteRecordedHistory(history.getStart(), history.getEnd(), entry.rxBytes + entry.txBytes); in recordData()
398 noteRecordedHistory(history.getStart(), history.getEnd(), history.getTotalBytes()); in recordHistory()
648 private void noteRecordedHistory(long startMillis, long endMillis, long totalBytes) { in noteRecordedHistory() method in NetworkStatsCollection
/aosp12/frameworks/base/services/
H A Dart-profile25631 HSPLcom/android/server/net/NetworkStatsCollection;->noteRecordedHistory(JJJ)V