Searched refs:allowlistUids (Results 1 – 1 of 1) sorted by relevance
1056 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() local1294 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() local1316 allowlistUids)); in enqueueNotifyAllowlistChangedLocked()1331 pmi.setLowPowerStandbyAllowlist(allowlistUids); in notifyAllowlistChanged()[all …]