Home
last modified time | relevance | path

Searched refs:requestUids (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java3368 public HealthStatsParceler[] takeUidSnapshots(int[] requestUids) { in takeUidSnapshots() argument
3369 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() argument
3403 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 …]