Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsImplTest.java87 addPendingUids(testUids, testProcStates); in testUpdateProcStateCpuTimes()
130 addPendingUids(testUids, testProcStates); in testUpdateProcStateCpuTimes()
162 addPendingUids(testUids, testProcStates); in testUpdateProcStateCpuTimes()
196 addPendingUids(testUids, testProcStates); in testUpdateProcStateCpuTimes()
421 private void addPendingUids(int[] uids, int[] procStates) { in addPendingUids() method in BatteryStatsImplTest