Searched refs:mockKernelSingleUidTimeReader (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | BatteryStatsImplTest.java | 121 mockKernelSingleUidTimeReader(testUids[i], new long[5]); in testUpdateProcStateCpuTimes() 148 mockKernelSingleUidTimeReader(testUids[i], cpuTimes[i]); in testUpdateProcStateCpuTimes() 182 mockKernelSingleUidTimeReader(testUids[i], newCpuTimes); in testUpdateProcStateCpuTimes() 223 mockKernelSingleUidTimeReader(testUids[i], newCpuTimes); in testUpdateProcStateCpuTimes() 265 mockKernelSingleUidTimeReader(childUid, isolatedUidCpuTimes, isolatedUidCpuTimes); in testUpdateProcStateCpuTimes() 272 mockKernelSingleUidTimeReader(testUids[i], newCpuTimes); in testUpdateProcStateCpuTimes() 322 mockKernelSingleUidTimeReader(testUids[i], new long[NUM_CPU_FREQS]); in testUpdateCpuTimesForAllUids() 345 mockKernelSingleUidTimeReader(testUids[i], expectedCpuTimes[i]); in testUpdateCpuTimesForAllUids() 369 private void mockKernelSingleUidTimeReader(int testUid, long[] cpuTimes) { in mockKernelSingleUidTimeReader() method in BatteryStatsImplTest 382 private void mockKernelSingleUidTimeReader(int testUid, long[] cpuTimes, long[] delta) { in mockKernelSingleUidTimeReader() method in BatteryStatsImplTest
|