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