Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsCpuTimesTest.java494 long totalUserTimeUs = 0; in testReadKernelUidCpuTimesLocked_withPartialTimers() local
508 totalUserTimeUs += uidTimesUs[i][0]; in testReadKernelUidCpuTimesLocked_withPartialTimers()
512 totalUserTimeUs = totalUserTimeUs * (100 - WAKE_LOCK_WEIGHT) / 100; in testReadKernelUidCpuTimesLocked_withPartialTimers()
517 final long expectedUserTimeUs = totalUserTimeUs / (partialTimerUids.length - i); in testReadKernelUidCpuTimesLocked_withPartialTimers()
528 totalUserTimeUs -= expectedUserTimeUs; in testReadKernelUidCpuTimesLocked_withPartialTimers()
537 assertEquals(0, totalUserTimeUs); in testReadKernelUidCpuTimesLocked_withPartialTimers()