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()
96 when(mKernelSingleUidTimeReader.readDeltaMs(testUids[i])).thenReturn(cpuTimes[i]); in testUpdateProcStateCpuTimes()129 when(mKernelSingleUidTimeReader.readDeltaMs(testUids[i])).thenReturn(delta1[i]); in testUpdateProcStateCpuTimes()161 when(mKernelSingleUidTimeReader.readDeltaMs(testUids[i])).thenReturn(delta2[i]); in testUpdateProcStateCpuTimes()194 when(mKernelSingleUidTimeReader.readDeltaMs(testUids[i])).thenReturn( in testUpdateProcStateCpuTimes()202 when(mKernelSingleUidTimeReader.readDeltaMs(childUid)).thenReturn(isolatedUidCpuTimes); in testUpdateProcStateCpuTimes()
85 public long[] readDeltaMs(int uid) { in readDeltaMs() method in KernelSingleUidTimeReader
513 long[] cpuTimesMs = mKernelSingleUidTimeReader.readDeltaMs(uid); in updateProcStateCpuTimes()517 mKernelSingleUidTimeReader.readDeltaMs(isolatedUids[j])); in updateProcStateCpuTimes()
78202 Lcom/android/internal/os/KernelSingleUidTimeReader;->readDeltaMs(I)[J