Searched refs:requestUids (Results 1 – 1 of 1) sorted by relevance
1600 public HealthStatsParceler[] takeUidSnapshots(int[] requestUids) { in takeUidSnapshots() argument1601 if (!onlyCaller(requestUids)) { in takeUidSnapshots()1612 final int N = requestUids.length; in takeUidSnapshots()1615 results[i] = getHealthStatsForUidLocked(requestUids[i]); in takeUidSnapshots()1621 + Arrays.toString(requestUids) + ") i=" + i, ex); in takeUidSnapshots()1636 private static boolean onlyCaller(int[] requestUids) { in onlyCaller() argument1638 final int N = requestUids.length; in onlyCaller()1640 if (requestUids[i] != caller) { in onlyCaller()