HomeSort by relevance Sort by last modified time
    Searched defs:getTotal (Results 1 - 25 of 44) sorted by null

1 2

  /frameworks/base/core/java/android/os/
CpuUsageInfo.java 62 public long getTotal() {
  /cts/hostsidetests/incident/src/com/android/server/cts/
BatteryStatsIncidentTest.java 181 testTimerProto(dc.getTotal());
205 testTimerProto(kw.getTotal());
232 testTimerProto(pss.getTotal());
255 testTimerProto(rpm.getTotal());
260 testTimerProto(sb.getTotal());
266 testTimerProto(wr.getTotal());
274 testTimerProto(wss.getTotal());
280 testTimerProto(ws.getTotal());
286 testTimerProto(wss.getTotal());
380 testTimerProto(j.getTotal());
    [all...]
  /external/autotest/frontend/client/src/autotest/common/
StatusSummary.java 42 public int getTotal() {
  /packages/services/Car/service/src/com/android/car/storagemonitoring/
IoStatsTracker.java 111 public synchronized SparseArray<IoStatsEntry> getTotal() {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
PermissionGroup.java 58 public int getTotal() {
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
KernelUidCpuActiveTimeReaderTest.java 68 verify(mCallback).onUidCpuActiveTime(uids[i], getTotal(times[i]));
78 verify(mCallback).onUidCpuActiveTime(uids[i], getTotal(subtract(times1[i], times[i])));
101 verify(mCallback).onUidCpuActiveTime(uids[i], getTotal(subtract(times3[i], times2[i])));
115 verify(mCallback).onUidCpuActiveTime(uids[i], getTotal(times[i]));
125 verify(mCallback).onUidCpuActiveTime(uids[i], getTotal(times1[i]));
138 verify(mCallback).onUidCpuActiveTime(uids[i], getTotal(times[i]));
156 verify(mCallback).onUidCpuActiveTime(uids[i], getTotal(subtract(times2[i], times[i])));
167 verify(mCallback).onUidCpuActiveTime(uids[i], getTotal(subtract(times3[i], times2[i])));
179 getTotal(subtract(times3[uids.length - 1], times2[uids.length - 1])));
190 verify(mCallback).onUidCpuActiveTime(uids[i], getTotal(subtract(times4[i], times3[i])))
    [all...]
KernelUidCpuClusterTimeReaderTest.java 74 cb.verify(uids[i], getTotal(clusters, times[i]));
85 cb.verify(uids[i], getTotal(clusters, subtract(times1[i], times[i])));
110 cb.verify(uids[i], getTotal(clusters, subtract(times3[i], times2[i])));
128 cb.verify(uids[i], getTotal(clusters, times[i]));
139 cb.verify(uids[i], getTotal(clusters, times1[i]));
155 mCallback.verify(uids[i], getTotal(clusters, times[i]));
179 mCallback.verify(uids[i], getTotal(clusters, subtract(times2[i], times[i])));
191 mCallback.verify(uids[i], getTotal(clusters, subtract(times3[i], times2[i])));
204 getTotal(clusters, subtract(times3[uids.length - 1], times2[uids.length - 1])));
215 mCallback.verify(uids[i], getTotal(clusters, subtract(times4[i], times3[i])))
    [all...]
  /tools/loganalysis/src/com/android/loganalysis/item/
TopItem.java 161 public int getTotal() {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
Counter.java 89 public long getTotal() {
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
Counter.java 86 public long getTotal() {
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 78 public synchronized long getTotal() {
119 + " (average), " + formatTime(time.getTotal()) + " (total)");
130 + " (average), " + formatTime(time.getTotal()) + " (total)");
  /frameworks/base/tests/net/java/android/net/
NetworkStatsTest.java 438 assertValues(stats.getTotal(null), 1408L, 88L, 0L, 2L, 20L);
439 assertValues(stats.getTotal(null, 100), 1280L, 80L, 0L, 2L, 20L);
440 assertValues(stats.getTotal(null, 101), 128L, 8L, 0L, 0L, 0L);
443 assertValues(stats.getTotal(null, ifaces), 0L, 0L, 0L, 0L, 0L);
446 assertValues(stats.getTotal(null, ifaces), 1024L, 64L, 0L, 0L, 0L);
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
ZipFile.java 243 this.total = getTotal(jzfile);
849 private static native int getTotal(long jzfile);
  /frameworks/base/core/java/android/net/
NetworkStats.java 586 final Entry entry = getTotal(null);
593 public Entry getTotal(Entry recycle) {
594 return getTotal(recycle, null, UID_ALL, false);
601 public Entry getTotal(Entry recycle, int limitUid) {
602 return getTotal(recycle, null, limitUid, false);
609 public Entry getTotal(Entry recycle, HashSet<String> limitIface) {
610 return getTotal(recycle, limitIface, UID_ALL, false);
614 return getTotal(recycle, null, UID_ALL, true);
624 private Entry getTotal(
    [all...]
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/
jdeferred-core-1.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.3/
jdeferred-core-1.2.3.jar 
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 
  /prebuilts/sdk/tools/
jack-jar-tools.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/
aws-java-sdk-devicefarm-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.0/
kotlin-compiler-runner-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.20/
kotlin-compiler-runner-1.2.20.jar 
  /external/kotlinc/lib/
kotlin-daemon-client.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.0/
kotlin-daemon-client-1.2.0.jar 

Completed in 566 milliseconds

1 2