Searched refs:noteRecordedHistory (Results 1 – 1 of 1) sorted by relevance
405 noteRecordedHistory(history.getStart(), history.getEnd(), entry.rxBytes + entry.txBytes); in recordData()413 noteRecordedHistory(history.getStart(), history.getEnd(), history.getTotalBytes()); in recordHistory()657 private void noteRecordedHistory(long startMillis, long endMillis, long totalBytes) { in noteRecordedHistory() method in NetworkStatsCollection