Searched refs:historyEntry (Results 1 – 1 of 1) sorted by relevance
350 NetworkStatsHistory.Entry historyEntry = null; in getSummary() local358 historyEntry = value.getValues(start, end, now, historyEntry); in getSummary()368 entry.rxBytes = historyEntry.rxBytes; in getSummary()369 entry.rxPackets = historyEntry.rxPackets; in getSummary()370 entry.txBytes = historyEntry.txBytes; in getSummary()371 entry.txPackets = historyEntry.txPackets; in getSummary()372 entry.operations = historyEntry.operations; in getSummary()