Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAbstractContentCaptureIntegrationTest.java218 @Nullable Set<ComponentName> whitelistedComponents) throws InterruptedException { in enableService() argument
219 return enableService(new Pair<>(whitelistedPackages, whitelistedComponents)); in enableService()