Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java2624 public HealthStatsParceler[] takeUidSnapshots(int[] requestUids) { in takeUidSnapshots() argument
2625 if (!onlyCaller(requestUids)) { in takeUidSnapshots()
2638 final int N = requestUids.length; in takeUidSnapshots()
2641 results[i] = getHealthStatsForUidLocked(requestUids[i]); in takeUidSnapshots()
2647 + Arrays.toString(requestUids) + ") i=" + i, ex); in takeUidSnapshots()
2662 private static boolean onlyCaller(int[] requestUids) { in onlyCaller() argument
2664 final int N = requestUids.length; in onlyCaller()
2666 if (requestUids[i] != caller) { in onlyCaller()