Searched refs:readDeltaMs (Results 1 – 5 of 5) sorted by relevance
73 long[] deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()82 deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()87 deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()101 deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()115 deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()126 mReader.readDeltaMs(TEST_UID); in readDelta_fileNotAvailable()140 assertCpuTimesEqual(null, mReader.readDeltaMs(TEST_UID)); in readDelta_incorrectCount()151 assertCpuTimesEqual(null, mReader.readDeltaMs(TEST_UID)); in readDelta_incorrectCount()
95 when(mKernelSingleUidTimeReader.readDeltaMs(testUids[i])).thenReturn(cpuTimes[i]); in testUpdateProcStateCpuTimes()128 when(mKernelSingleUidTimeReader.readDeltaMs(testUids[i])).thenReturn(delta1[i]); in testUpdateProcStateCpuTimes()160 when(mKernelSingleUidTimeReader.readDeltaMs(testUids[i])).thenReturn(delta2[i]); in testUpdateProcStateCpuTimes()193 when(mKernelSingleUidTimeReader.readDeltaMs(testUids[i])).thenReturn( in testUpdateProcStateCpuTimes()201 when(mKernelSingleUidTimeReader.readDeltaMs(childUid)).thenReturn(isolatedUidCpuTimes); in testUpdateProcStateCpuTimes()
85 public long[] readDeltaMs(int uid) { in readDeltaMs() method in KernelSingleUidTimeReader
476 long[] cpuTimesMs = mKernelSingleUidTimeReader.readDeltaMs(uid); in updateProcStateCpuTimes()480 mKernelSingleUidTimeReader.readDeltaMs(isolatedUids[j])); in updateProcStateCpuTimes()
89308 Lcom/android/internal/os/KernelSingleUidTimeReader;->readDeltaMs(I)[J