Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsImplTest.java200 final long[] isolatedUidCpuTimes = {495784, 398473, 4895, 4905, 30984093}; in testUpdateProcStateCpuTimes() local
201 when(mKernelSingleUidTimeReader.readDeltaMs(childUid)).thenReturn(isolatedUidCpuTimes); in testUpdateProcStateCpuTimes()
213 + (testUids[i] == parentUid ? isolatedUidCpuTimes[j] : 0); in testUpdateProcStateCpuTimes()
220 + (testUids[i] == parentUid ? isolatedUidCpuTimes[j] : 0); in testUpdateProcStateCpuTimes()