Searched refs:isolatedUids (Results 1 – 1 of 1) sorted by relevance
455 final int[] isolatedUids; in updateProcStateCpuTimes() local466 isolatedUids = null; in updateProcStateCpuTimes()468 isolatedUids = u.mChildUids.toArray(); in updateProcStateCpuTimes()469 for (int j = isolatedUids.length - 1; j >= 0; --j) { in updateProcStateCpuTimes()470 isolatedUids[j] = u.mChildUids.get(j); in updateProcStateCpuTimes()475 if (isolatedUids != null) { in updateProcStateCpuTimes()476 for (int j = isolatedUids.length - 1; j >= 0; --j) { in updateProcStateCpuTimes()478 mKernelSingleUidTimeReader.readDeltaMs(isolatedUids[j])); in updateProcStateCpuTimes()