Searched refs:readDeltaMs (Results 1 – 5 of 5) sorted by relevance
60 long[] deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()69 deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()74 deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()88 deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()102 deltaCpuTimes = mReader.readDeltaMs(TEST_UID); in readDelta()113 mReader.readDeltaMs(TEST_UID); in readDelta_fileNotAvailable()127 assertCpuTimesEqual(null, mReader.readDeltaMs(TEST_UID)); in readDelta_incorrectCount()138 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()
81 public long[] readDeltaMs(int uid) { in readDeltaMs() method in KernelSingleUidTimeReader
474 long[] cpuTimesMs = mKernelSingleUidTimeReader.readDeltaMs(uid); in updateProcStateCpuTimes()478 mKernelSingleUidTimeReader.readDeltaMs(isolatedUids[j])); in updateProcStateCpuTimes()
95703 Lcom/android/internal/os/KernelSingleUidTimeReader;->readDeltaMs(I)[J