Searched refs:requestUids (Results 1 – 1 of 1) sorted by relevance
3368 public HealthStatsParceler[] takeUidSnapshots(int[] requestUids) { in takeUidSnapshots() argument3369 if (!onlyCaller(requestUids)) { in takeUidSnapshots()3382 final int N = requestUids.length; in takeUidSnapshots()3385 results[i] = getHealthStatsForUidLocked(requestUids[i]); in takeUidSnapshots()3391 + Arrays.toString(requestUids) + ") i=" + i, ex); in takeUidSnapshots()3402 public void takeUidSnapshotsAsync(int[] requestUids, ResultReceiver resultReceiver) { in takeUidSnapshotsAsync() argument3403 if (!onlyCaller(requestUids)) { in takeUidSnapshotsAsync()3429 final int count = requestUids.length; in takeUidSnapshotsAsync()3433 results[i] = getHealthStatsForUidLocked(requestUids[i]); in takeUidSnapshotsAsync()3442 + Arrays.toString(requestUids) + ") i=" + i, ex); in takeUidSnapshotsAsync()[all …]