Searched refs:whitelist (Results 1 – 4 of 4) sorted by relevance
230 @Nullable Pair<Set<String>, Set<ComponentName>> whitelist) throws InterruptedException { in enableService() argument237 mServiceWatcher.whitelist(whitelist); in enableService()
676 public void whitelist(@Nullable Pair<Set<String>, Set<ComponentName>> whitelist) { in whitelist() method in CtsContentCaptureService.ServiceWatcher677 mWhitelist = whitelist; in whitelist()686 whitelist(new Pair<>(pkgs, null)); in whitelistSelf()
180 Set<String> whitelist = new HashSet<>(); in getIntentAllowlist() local188 whitelist.add(intent); in getIntentAllowlist()191 return whitelist; in getIntentAllowlist()
281 private void setPowerAllowlisted(boolean whitelist) throws IOException { in setPowerAllowlisted() argument283 cmd.append(whitelist ? "+" : "-"); in setPowerAllowlisted()