Home
last modified time | relevance | path

Searched refs: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
1090 ipw.println(Arrays.toString(allowlistUids)); in dump()
1152 final int[] allowlistUids = getAllowlistUidsLocked(); in dumpProto() local
1153 for (int appId : allowlistUids) { in dumpProto()
1190 final int[] allowlistUids = (int[]) msg.obj; in handleMessage() local
1191 notifyAllowlistChanged(allowlistUids); in handleMessage()
1326 int[] allowlistUids = new int[uids.size()]; in getAllowlistUidsLocked() local
1328 allowlistUids[i] = uids.valueAt(i); in getAllowlistUidsLocked()
1330 Arrays.sort(allowlistUids); in getAllowlistUidsLocked()
1331 return allowlistUids; in getAllowlistUidsLocked()
[all …]