Searched defs:getTotal (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DCpuUsageInfo.java62 public long getTotal() { method in class:CpuUsageInfo
/frameworks/base/core/java/android/net/
H A DNetworkStats.java531 final Entry entry = getTotal(null);
538 public Entry getTotal(Entry recycle) { method in class:NetworkStats
539 return getTotal(recycle, null, UID_ALL, false);
546 public Entry getTotal(Entry recycle, int limitUid) { method in class:NetworkStats
547 return getTotal(recycle, null, limitUid, false);
554 public Entry getTotal(Entry recycle, HashSet<String> limitIface) { method in class:NetworkStats
555 return getTotal(recycle, limitIface, UID_ALL, false);
559 return getTotal(recycle, null, UID_ALL, true);
569 private Entry getTotal( method in class:NetworkStats

Completed in 123 milliseconds