Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBinderCallsStats.java164 for (Map.Entry<Integer, Long> uidTotal : uidTotals) { in dump()
165 Long callCount = uidCallCountMap.get(uidTotal.getKey()); in dump()
167 uidTotal.getKey(), uidTotal.getValue(), in dump()
168 100d * uidTotal.getValue() / totalCallsTime, callCount)); in dump()
179 for (Map.Entry<Integer, Long> uidTotal : uidTotals) { in dump()
180 Long callCount = uidCallCountMap.get(uidTotal.getKey()); in dump()
182 uidTotal.getKey(), callCount, 100d * uidTotal.getValue() / totalCallsTime)); in dump()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java1332 NetworkStats.Entry uidTotal; in performSampleLocked() local
1338 uidTotal = mUidRecorder.getTotalSinceBootLocked(template); in performSampleLocked()
1343 uidTotal.rxBytes, uidTotal.rxPackets, uidTotal.txBytes, uidTotal.txPackets, in performSampleLocked()
1350 uidTotal = mUidRecorder.getTotalSinceBootLocked(template); in performSampleLocked()
1355 uidTotal.rxBytes, uidTotal.rxPackets, uidTotal.txBytes, uidTotal.txPackets, in performSampleLocked()