Searched refs:readDeltaMs (Results 1 – 5 of 5) sorted by relevance
59 long[] deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()68 deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()73 deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()87 deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()101 deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()112 mReader.readDeltaMs(TEST_UID); in readDelta_fileNotAvailable()126 assertCpuTimesEqual(null, mReader.readDeltaMs(TEST_UID)); in readDelta_incorrectCount()137 assertCpuTimesEqual(null, mReader.readDeltaMs(TEST_UID)); in readDelta_incorrectCount()
91 when(mKernelSingleUidTimeReader.readDeltaMs(testUids[i])).thenReturn(cpuTimes[i]); in testUpdateProcStateCpuTimes()124 when(mKernelSingleUidTimeReader.readDeltaMs(testUids[i])).thenReturn(delta1[i]); in testUpdateProcStateCpuTimes()156 when(mKernelSingleUidTimeReader.readDeltaMs(testUids[i])).thenReturn(delta2[i]); in testUpdateProcStateCpuTimes()189 when(mKernelSingleUidTimeReader.readDeltaMs(testUids[i])).thenReturn( in testUpdateProcStateCpuTimes()197 when(mKernelSingleUidTimeReader.readDeltaMs(childUid)).thenReturn(isolatedUidCpuTimes); in testUpdateProcStateCpuTimes()
83 public long[] readDeltaMs(int uid) { in readDeltaMs() method in KernelSingleUidTimeReader
437 long[] cpuTimesMs = mKernelSingleUidTimeReader.readDeltaMs(uid); in updateProcStateCpuTimes()441 mKernelSingleUidTimeReader.readDeltaMs(isolatedUids[j])); in updateProcStateCpuTimes()
9129 HPLcom/android/internal/os/KernelSingleUidTimeReader;->readDeltaMs(I)[J