Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DCpuUsageInfo.java62 public long getTotal() { in getTotal() method in CpuUsageInfo
/frameworks/base/core/java/android/net/
DNetworkStats.java853 final Entry entry = getTotal(null); in getTotalBytes()
862 public Entry getTotal(Entry recycle) { in getTotal() method in NetworkStats
863 return getTotal(recycle, null, UID_ALL, false); in getTotal()
872 public Entry getTotal(Entry recycle, int limitUid) { in getTotal() method in NetworkStats
873 return getTotal(recycle, null, limitUid, false); in getTotal()
881 public Entry getTotal(Entry recycle, HashSet<String> limitIface) { in getTotal() method in NetworkStats
882 return getTotal(recycle, limitIface, UID_ALL, false); in getTotal()
888 return getTotal(recycle, null, UID_ALL, true); in getTotalIncludingTags()
898 private Entry getTotal( in getTotal() method in NetworkStats
/frameworks/base/core/tests/utillib/src/android/test/
DBandwidthTestCase.java106 NetworkStats.Entry entry = stats.getTotal(null); in runTest()
/frameworks/base/services/core/java/com/android/server/
DHardwarePropertiesManagerService.java146 ", total = " + cpuUsageInfos[i].getTotal()); in dump()
/frameworks/base/tests/net/java/android/net/
DNetworkStatsTest.java439 assertValues(stats.getTotal(null), 1408L, 88L, 0L, 2L, 20L); in testGetTotal()
440 assertValues(stats.getTotal(null, 100), 1280L, 80L, 0L, 2L, 20L); in testGetTotal()
441 assertValues(stats.getTotal(null, 101), 128L, 8L, 0L, 0L, 0L); in testGetTotal()
444 assertValues(stats.getTotal(null, ifaces), 0L, 0L, 0L, 0L, 0L); in testGetTotal()
447 assertValues(stats.getTotal(null, ifaces), 1024L, 64L, 0L, 0L, 0L); in testGetTotal()
/frameworks/base/core/java/android/app/usage/
DNetworkStats.java646 mSummary.getTotal(mRecycledSummaryEntry); in getSummaryAggregate()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsRecorder.java153 NetworkStatsAccess.Level.DEVICE, Binder.getCallingUid()).getTotal(null); in getTotalSinceBootLocked()
DNetworkStatsService.java1091 NetworkStats.Entry entry = tetherSnapshot.getTotal(null, limitIfaces); in getTetherStats()
/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsCollectionTest.java556 .getTotal(null); in assertSummaryTotal()
/frameworks/base/config/
Dboot-image-profile.txt14351 HSPLandroid/net/NetworkStats;->getTotal(Landroid/net/NetworkStats$Entry;)Landroid/net/NetworkStats$…
14352 HPLandroid/net/NetworkStats;->getTotal(Landroid/net/NetworkStats$Entry;Ljava/util/HashSet;)Landroid…
14353 HSPLandroid/net/NetworkStats;->getTotal(Landroid/net/NetworkStats$Entry;Ljava/util/HashSet;IZ)Landr…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt35977 method public long getTotal();