Searched refs:requestUids (Results 1 – 1 of 1) sorted by relevance
1562 public HealthStatsParceler[] takeUidSnapshots(int[] requestUids) { in takeUidSnapshots() argument1563 if (!onlyCaller(requestUids)) { in takeUidSnapshots()1573 final int N = requestUids.length; in takeUidSnapshots()1576 results[i] = getHealthStatsForUidLocked(requestUids[i]); in takeUidSnapshots()1582 + Arrays.toString(requestUids) + ") i=" + i, ex); in takeUidSnapshots()1592 private static boolean onlyCaller(int[] requestUids) { in onlyCaller() argument1594 final int N = requestUids.length; in onlyCaller()1596 if (requestUids[i] != caller) { in onlyCaller()