Searched refs:isolatedUids (Results 1 – 1 of 1) sorted by relevance
457 final int[] isolatedUids; in updateProcStateCpuTimes() local468 isolatedUids = null; in updateProcStateCpuTimes()470 isolatedUids = u.mChildUids.toArray(); in updateProcStateCpuTimes()471 for (int j = isolatedUids.length - 1; j >= 0; --j) { in updateProcStateCpuTimes()472 isolatedUids[j] = u.mChildUids.get(j); in updateProcStateCpuTimes()477 if (isolatedUids != null) { in updateProcStateCpuTimes()478 for (int j = isolatedUids.length - 1; j >= 0; --j) { in updateProcStateCpuTimes()480 mKernelSingleUidTimeReader.readDeltaMs(isolatedUids[j])); in updateProcStateCpuTimes()