Searched refs:requestUids (Results 1 – 1 of 1) sorted by relevance
1620 public HealthStatsParceler[] takeUidSnapshots(int[] requestUids) { in takeUidSnapshots() argument1621 if (!onlyCaller(requestUids)) { in takeUidSnapshots()1632 final int N = requestUids.length; in takeUidSnapshots()1635 results[i] = getHealthStatsForUidLocked(requestUids[i]); in takeUidSnapshots()1641 + Arrays.toString(requestUids) + ") i=" + i, ex); in takeUidSnapshots()1656 private static boolean onlyCaller(int[] requestUids) { in onlyCaller() argument1658 final int N = requestUids.length; in onlyCaller()1660 if (requestUids[i] != caller) { in onlyCaller()