Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsImplTest.java81 final int[] testProcStates = { in testUpdateProcStateCpuTimes() local
87 addPendingUids(testUids, testProcStates); in testUpdateProcStateCpuTimes()
111 if (procState == testProcStates[i]) { in testUpdateProcStateCpuTimes()
130 addPendingUids(testUids, testProcStates); in testUpdateProcStateCpuTimes()
138 if (procState == testProcStates[i]) { in testUpdateProcStateCpuTimes()
162 addPendingUids(testUids, testProcStates); in testUpdateProcStateCpuTimes()
170 if (procState == testProcStates[i]) { in testUpdateProcStateCpuTimes()
196 addPendingUids(testUids, testProcStates); in testUpdateProcStateCpuTimes()
209 if (procState == testProcStates[i]) { in testUpdateProcStateCpuTimes()
238 final int[] testProcStates = { in testCopyFromAllUidsCpuTimes() local
[all …]