Searched refs:isolatedUids (Results 1 – 1 of 1) sorted by relevance
418 final int[] isolatedUids; in updateProcStateCpuTimes() local429 isolatedUids = null; in updateProcStateCpuTimes()431 isolatedUids = u.mChildUids.toArray(); in updateProcStateCpuTimes()432 for (int j = isolatedUids.length - 1; j >= 0; --j) { in updateProcStateCpuTimes()433 isolatedUids[j] = u.mChildUids.get(j); in updateProcStateCpuTimes()438 if (isolatedUids != null) { in updateProcStateCpuTimes()439 for (int j = isolatedUids.length - 1; j >= 0; --j) { in updateProcStateCpuTimes()441 mKernelSingleUidTimeReader.readDeltaMs(isolatedUids[j])); in updateProcStateCpuTimes()