Searched refs:cpuClusterTimeMs (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelUidCpuClusterTimeReaderTest.java276 public void verify(int uid, long[] cpuClusterTimeMs) { argument
279 assertArrayEquals(cpuClusterTimeMs, array);
289 public void onUidCpuPolicyTime(int uid, long[] cpuClusterTimeMs) { argument
290 long[] array = new long[cpuClusterTimeMs.length];
291 System.arraycopy(cpuClusterTimeMs, 0, array, 0, array.length);
/frameworks/base/core/java/com/android/internal/os/
H A DKernelUidCpuClusterTimeReader.java76 * @param cpuClusterTimeMs an array of times spent by this uid on corresponding clusters.
79 void onUidCpuPolicyTime(int uid, long[] cpuClusterTimeMs); argument

Completed in 286 milliseconds