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

/frameworks/base/core/java/android/net/
H A DNetworkStats.java410 final Entry entry = getTotal(null);
417 public Entry getTotal(Entry recycle) { method in class:NetworkStats
418 return getTotal(recycle, null, UID_ALL, false);
425 public Entry getTotal(Entry recycle, int limitUid) { method in class:NetworkStats
426 return getTotal(recycle, null, limitUid, false);
433 public Entry getTotal(Entry recycle, HashSet<String> limitIface) { method in class:NetworkStats
434 return getTotal(recycle, limitIface, UID_ALL, false);
438 return getTotal(recycle, null, UID_ALL, true);
448 private Entry getTotal( method in class:NetworkStats

Completed in 47 milliseconds