Searched refs:requestUids (Results 1 – 1 of 1) sorted by relevance
1613 public HealthStatsParceler[] takeUidSnapshots(int[] requestUids) { in takeUidSnapshots() argument1614 if (!onlyCaller(requestUids)) { in takeUidSnapshots()1625 final int N = requestUids.length; in takeUidSnapshots()1628 results[i] = getHealthStatsForUidLocked(requestUids[i]); in takeUidSnapshots()1634 + Arrays.toString(requestUids) + ") i=" + i, ex); in takeUidSnapshots()1649 private static boolean onlyCaller(int[] requestUids) { in onlyCaller() argument1651 final int N = requestUids.length; in onlyCaller()1653 if (requestUids[i] != caller) { in onlyCaller()