Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DLowPowerStandbyController.java1056 ipw.println(Arrays.toString(allowlistUids)); in dump()
1119 for (int appId : allowlistUids) { in dumpProto()
1157 notifyAllowlistChanged(allowlistUids); in handleMessage()
1292 int[] allowlistUids = new int[uids.size()]; in getAllowlistUidsLocked() local
1294 allowlistUids[i] = uids.valueAt(i); in getAllowlistUidsLocked()
1296 Arrays.sort(allowlistUids); in getAllowlistUidsLocked()
1297 return allowlistUids; in getAllowlistUidsLocked()
1312 final int[] allowlistUids = getAllowlistUidsLocked(); in enqueueNotifyAllowlistChangedLocked() local
1316 allowlistUids)); in enqueueNotifyAllowlistChangedLocked()
1331 pmi.setLowPowerStandbyAllowlist(allowlistUids); in notifyAllowlistChanged()
[all …]