Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java190 public abstract void setDeviceIdleAllowlist(int[] allAppids, int[] exceptIdleAppids); in setDeviceIdleAllowlist()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java2733 void setDeviceIdleAllowlist(int[] allAppids, int[] exceptIdleAppids) { in setDeviceIdleAllowlist()
H A DActivityManagerService.java17768 public void setDeviceIdleAllowlist(int[] allAppids, int[] exceptIdleAppids) { in setDeviceIdleAllowlist()