Searched refs:exceptIdleAppids (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() argument2735 mDeviceIdleExceptIdleAllowlist = exceptIdleAppids; in setDeviceIdleAllowlist()
17768 public void setDeviceIdleAllowlist(int[] allAppids, int[] exceptIdleAppids) { in setDeviceIdleAllowlist() argument17772 mDeviceIdleExceptIdleAllowlist = exceptIdleAppids; in setDeviceIdleAllowlist()17773 mAppRestrictionController.setDeviceIdleAllowlist(allAppids, exceptIdleAppids); in setDeviceIdleAllowlist()