Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java3117 public HealthStatsParceler[] takeUidSnapshots(int[] requestUids) { in takeUidSnapshots() argument
3118 if (!onlyCaller(requestUids)) { in takeUidSnapshots()
3131 final int N = requestUids.length; in takeUidSnapshots()
3134 results[i] = getHealthStatsForUidLocked(requestUids[i]); in takeUidSnapshots()
3140 + Arrays.toString(requestUids) + ") i=" + i, ex); in takeUidSnapshots()
3155 private static boolean onlyCaller(int[] requestUids) { in onlyCaller() argument
3157 final int N = requestUids.length; in onlyCaller()
3159 if (requestUids[i] != caller) { in onlyCaller()