Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java1557 NetworkStats.Entry xtTotal; in performSampleLocked() local
1563 xtTotal = mXtRecorder.getTotalSinceBootLocked(template); in performSampleLocked()
1568 xtTotal.rxBytes, xtTotal.rxPackets, xtTotal.txBytes, xtTotal.txPackets, in performSampleLocked()
1575 xtTotal = mXtRecorder.getTotalSinceBootLocked(template); in performSampleLocked()
1580 xtTotal.rxBytes, xtTotal.rxPackets, xtTotal.txBytes, xtTotal.txPackets, in performSampleLocked()