Searched refs:requestUids (Results 1 – 1 of 1) sorted by relevance
1622 public HealthStatsParceler[] takeUidSnapshots(int[] requestUids) { in takeUidSnapshots() argument1623 if (!onlyCaller(requestUids)) { in takeUidSnapshots()1633 final int N = requestUids.length; in takeUidSnapshots()1636 results[i] = getHealthStatsForUidLocked(requestUids[i]); in takeUidSnapshots()1642 + Arrays.toString(requestUids) + ") i=" + i, ex); in takeUidSnapshots()1652 private static boolean onlyCaller(int[] requestUids) { in onlyCaller() argument1654 final int N = requestUids.length; in onlyCaller()1656 if (requestUids[i] != caller) { in onlyCaller()