Searched refs:requestUids (Results 1 – 1 of 1) sorted by relevance
2624 public HealthStatsParceler[] takeUidSnapshots(int[] requestUids) { in takeUidSnapshots() argument2625 if (!onlyCaller(requestUids)) { in takeUidSnapshots()2638 final int N = requestUids.length; in takeUidSnapshots()2641 results[i] = getHealthStatsForUidLocked(requestUids[i]); in takeUidSnapshots()2647 + Arrays.toString(requestUids) + ") i=" + i, ex); in takeUidSnapshots()2662 private static boolean onlyCaller(int[] requestUids) { in onlyCaller() argument2664 final int N = requestUids.length; in onlyCaller()2666 if (requestUids[i] != caller) { in onlyCaller()