Searched refs:allAppids (Results 1 – 3 of 3) sorted by relevance
190 public abstract void setDeviceIdleAllowlist(int[] allAppids, int[] exceptIdleAppids); in setDeviceIdleAllowlist() argument
2733 void setDeviceIdleAllowlist(int[] allAppids, int[] exceptIdleAppids) { in setDeviceIdleAllowlist() argument2734 mDeviceIdleAllowlist = allAppids; in setDeviceIdleAllowlist()
17768 public void setDeviceIdleAllowlist(int[] allAppids, int[] exceptIdleAppids) { in setDeviceIdleAllowlist() argument17771 mDeviceIdleAllowlist = allAppids; in setDeviceIdleAllowlist()17773 mAppRestrictionController.setDeviceIdleAllowlist(allAppids, exceptIdleAppids); in setDeviceIdleAllowlist()