Home
last modified time | relevance | path

Searched refs:whitelist (Results 1 – 4 of 4) sorted by relevance

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAbstractContentCaptureIntegrationTest.java230 @Nullable Pair<Set<String>, Set<ComponentName>> whitelist) throws InterruptedException { in enableService() argument
237 mServiceWatcher.whitelist(whitelist); in enableService()
DCtsContentCaptureService.java676 public void whitelist(@Nullable Pair<Set<String>, Set<ComponentName>> whitelist) { in whitelist() method in CtsContentCaptureService.ServiceWatcher
677 mWhitelist = whitelist; in whitelist()
686 whitelist(new Pair<>(pkgs, null)); in whitelistSelf()
/cts/tests/signature/intent-check/src/android/signature/cts/intent/
DIntentTest.java180 Set<String> whitelist = new HashSet<>(); in getIntentAllowlist() local
188 whitelist.add(intent); in getIntentAllowlist()
191 return whitelist; in getIntentAllowlist()
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DAppStandbyTests.java281 private void setPowerAllowlisted(boolean whitelist) throws IOException { in setPowerAllowlisted() argument
283 cmd.append(whitelist ? "+" : "-"); in setPowerAllowlisted()