Searched refs:requestUids (Results 1 – 1 of 1) sorted by relevance
3117 public HealthStatsParceler[] takeUidSnapshots(int[] requestUids) { in takeUidSnapshots() argument3118 if (!onlyCaller(requestUids)) { in takeUidSnapshots()3131 final int N = requestUids.length; in takeUidSnapshots()3134 results[i] = getHealthStatsForUidLocked(requestUids[i]); in takeUidSnapshots()3140 + Arrays.toString(requestUids) + ") i=" + i, ex); in takeUidSnapshots()3155 private static boolean onlyCaller(int[] requestUids) { in onlyCaller() argument3157 final int N = requestUids.length; in onlyCaller()3159 if (requestUids[i] != caller) { in onlyCaller()