Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DWhitelistTest.java21 import static android.contentcaptureservice.cts.Helper.NO_PACKAGES;
53 final CtsContentCaptureService service = enableService(NO_PACKAGES, NO_ACTIVITIES); in testNothingWhitelisted()
66 final CtsContentCaptureService service = enableService(NO_PACKAGES, in testNotWhitelisted_byActivity()
79 final CtsContentCaptureService service = enableService(NO_PACKAGES, in testWhitelisted_byActivity()
92 service.setContentCaptureWhitelist(NO_PACKAGES, in testRinseAndRepeat()
97 service.setContentCaptureWhitelist(NO_PACKAGES, toSet(OutOfProcessActivity.COMPONENT_NAME)); in testRinseAndRepeat()
DHelper.java58 public static final Set<String> NO_PACKAGES = null; field in Helper