Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DLowPowerStandbyController.java1088 final int[] allowlistUids = getAllowlistUidsLocked(); in dump() local
1152 final int[] allowlistUids = getAllowlistUidsLocked(); in dumpProto() local
1190 final int[] allowlistUids = (int[]) msg.obj; in handleMessage() local
1326 int[] allowlistUids = new int[uids.size()]; in getAllowlistUidsLocked() local
1345 final int[] allowlistUids = getAllowlistUidsLocked(); in enqueueNotifyAllowlistChangedLocked() local
1356 private void notifyAllowlistChanged(int[] allowlistUids) { in notifyAllowlistChanged()