Searched refs:addToPermanentAllowList (Results 1 – 3 of 3) sorted by relevance
540 public void addToPermanentAllowList(@NonNull String packageName) { in addToPermanentAllowList() method in PowerExemptionManager541 addToPermanentAllowList(Collections.singletonList(packageName)); in addToPermanentAllowList()550 public void addToPermanentAllowList(@NonNull List<String> packageNames) { in addToPermanentAllowList() method in PowerExemptionManager
396 mPowerExemptionManager.addToPermanentAllowList(packageName); in addToWhitelist()407 mPowerExemptionManager.addToPermanentAllowList(packageNames); in addToWhitelist()
771 mPowerExemptionManager.addToPermanentAllowList(packageInfo.packageName); in updateSpecialAccessPermissionAsSystem()