Searched refs:addToPermanentAllowList (Results 1 – 2 of 2) sorted by relevance
439 public void addToPermanentAllowList(@NonNull String packageName) { in addToPermanentAllowList() method in PowerExemptionManager440 addToPermanentAllowList(Collections.singletonList(packageName)); in addToPermanentAllowList()449 public void addToPermanentAllowList(@NonNull List<String> packageNames) { in addToPermanentAllowList() method in PowerExemptionManager
391 mPowerExemptionManager.addToPermanentAllowList(packageName); in addToWhitelist()402 mPowerExemptionManager.addToPermanentAllowList(packageNames); in addToWhitelist()