Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsCpuTimesTest.java516 long totalUserTimeUs = 0; in testReadKernelUidCpuTimesLocked_withPartialTimers() local
530 totalUserTimeUs += uidTimesUs[i][0]; in testReadKernelUidCpuTimesLocked_withPartialTimers()
534 totalUserTimeUs = totalUserTimeUs * (100 - WAKE_LOCK_WEIGHT) / 100; in testReadKernelUidCpuTimesLocked_withPartialTimers()
539 final long expectedUserTimeUs = totalUserTimeUs / (partialTimerUids.length - i); in testReadKernelUidCpuTimesLocked_withPartialTimers()
550 totalUserTimeUs -= expectedUserTimeUs; in testReadKernelUidCpuTimesLocked_withPartialTimers()
559 assertEquals(0, totalUserTimeUs); in testReadKernelUidCpuTimesLocked_withPartialTimers()