Searched refs:allCpuTimes (Results 1 – 1 of 1) sorted by relevance
248 long[][] allCpuTimes = { in testCopyFromAllUidsCpuTimes() local255 allUidCpuTimes.put(testUids[i], allCpuTimes[i]); in testCopyFromAllUidsCpuTimes()266 final ArgumentMatcher<long[]> matcher = times -> Arrays.equals(times, allCpuTimes[idx]); in testCopyFromAllUidsCpuTimes()