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.java1331 NetworkStats.Entry xtTotal; in performSampleLocked() local
1337 xtTotal = mXtRecorder.getTotalSinceBootLocked(template); in performSampleLocked()
1342 xtTotal.rxBytes, xtTotal.rxPackets, xtTotal.txBytes, xtTotal.txPackets, in performSampleLocked()
1349 xtTotal = mXtRecorder.getTotalSinceBootLocked(template); in performSampleLocked()
1354 xtTotal.rxBytes, xtTotal.rxPackets, xtTotal.txBytes, xtTotal.txPackets, in performSampleLocked()