Searched refs:requestUids (Results 1 – 1 of 1) sorted by relevance
1564 public HealthStatsParceler[] takeUidSnapshots(int[] requestUids) { in takeUidSnapshots() argument1565 if (!onlyCaller(requestUids)) { in takeUidSnapshots()1576 final int N = requestUids.length; in takeUidSnapshots()1579 results[i] = getHealthStatsForUidLocked(requestUids[i]); in takeUidSnapshots()1585 + Arrays.toString(requestUids) + ") i=" + i, ex); in takeUidSnapshots()1600 private static boolean onlyCaller(int[] requestUids) { in onlyCaller() argument1602 final int N = requestUids.length; in onlyCaller()1604 if (requestUids[i] != caller) { in onlyCaller()