Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsCpuTimesTest.java493 long totalSystemTimeUs = 0; in testReadKernelUidCpuTimesLocked_withPartialTimers() local
507 totalSystemTimeUs += uidTimesUs[i][1]; in testReadKernelUidCpuTimesLocked_withPartialTimers()
511 totalSystemTimeUs = totalSystemTimeUs * (100 - WAKE_LOCK_WEIGHT) / 100; in testReadKernelUidCpuTimesLocked_withPartialTimers()
516 final long expectedSystemTimeUs = totalSystemTimeUs / (partialTimerUids.length - i); in testReadKernelUidCpuTimesLocked_withPartialTimers()
527 totalSystemTimeUs -= expectedSystemTimeUs; in testReadKernelUidCpuTimesLocked_withPartialTimers()
536 assertEquals(0, totalSystemTimeUs); in testReadKernelUidCpuTimesLocked_withPartialTimers()