Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java4552 final long systemCpuTimeUs = u.getSystemCpuTimeUs(which); in dumpCheckinLocked() local
4553 if (userCpuTimeUs > 0 || systemCpuTimeUs > 0) { in dumpCheckinLocked()
4554 dumpLine(pw, uid, category, CPU_DATA, userCpuTimeUs / 1000, systemCpuTimeUs / 1000, in dumpCheckinLocked()
6169 final long systemCpuTimeUs = u.getSystemCpuTimeUs(which); in dumpLocked()
6170 if (userCpuTimeUs > 0 || systemCpuTimeUs > 0) { in dumpLocked()
6176 formatTimeMs(sb, systemCpuTimeUs / 1000); in dumpLocked()