Home
last modified time | relevance | path

Searched refs:getSystemCpuTimeUs (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsCpuTimesTest.java286 uidTimesUs[i][1], u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked()
320 uidTimesUs[i][1] + deltasUs[i][1], u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked()
364 uidTimesUs[i][1], u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_isolatedUid()
408 expectedSystemTimeUs, u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_isolatedUid()
451 uidTimesUs[i][1], u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_invalidUid()
502 expectedSystemTimeUs, u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_withPartialTimers()
520 expectedSystemTimeUs, u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_withPartialTimers()
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DFakeUid.java291 public long getSystemCpuTimeUs(int which) { in getSystemCpuTimeUs() method in FakeUid
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DCpuPowerCalculator.java145 long durationMs = (u.getUserCpuTimeUs(statsType) + u.getSystemCpuTimeUs(statsType)) / 1000; in calculatePowerAndDuration()
H A DBatteryStatsImpl.java8815 public long getSystemCpuTimeUs(int which) { in getSystemCpuTimeUs() method in BatteryStatsImpl.Uid
15203 pw.println(uid.getSystemCpuTimeUs(STATS_SINCE_CHARGED) / 1000);
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DHealthStatsBatteryStatsWriter.java366 uid.getSystemCpuTimeUs(STATS_SINCE_CHARGED)/1000); in writeUid()
/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java948 public abstract long getSystemCpuTimeUs(int which); in getSystemCpuTimeUs() method in BatteryStats.Uid
4552 final long systemCpuTimeUs = u.getSystemCpuTimeUs(which); in dumpCheckinLocked()
6169 final long systemCpuTimeUs = u.getSystemCpuTimeUs(which); in dumpLocked()
7559 proto.write(UidProto.Cpu.SYSTEM_DURATION_MS, roundUsToMs(u.getSystemCpuTimeUs(which))); in dumpProtoAppsLocked()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38382 Landroid/os/BatteryStats$Uid;->getSystemCpuTimeUs(I)J
77197 Lcom/android/internal/os/BatteryStatsImpl$Uid;->getSystemCpuTimeUs(I)J