Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java341 NetworkStatsHistory.Entry historyEntry = null; in getSummary() local
349 historyEntry = value.getValues(start, end, now, historyEntry); in getSummary()
359 entry.rxBytes = historyEntry.rxBytes; in getSummary()
360 entry.rxPackets = historyEntry.rxPackets; in getSummary()
361 entry.txBytes = historyEntry.txBytes; in getSummary()
362 entry.txPackets = historyEntry.txPackets; in getSummary()
363 entry.operations = historyEntry.operations; in getSummary()