Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DBlankActivityTest.java86 assertThat(activity.getContentCaptureManager().getServiceComponentName()) in testGetServiceComponentName()
92 assertThat(activity.getContentCaptureManager().getServiceComponentName()) in testGetServiceComponentName()
112 () -> ref.set(activity.getContentCaptureManager().getServiceComponentName())); in testGetServiceComponentName_onUiThread()
132 .set(activity.getContentCaptureManager().isContentCaptureFeatureEnabled())); in testIsContentCaptureFeatureEnabled_onUiThread()
DLoginActivityTest.java447 LoginActivity.onRootView((activity, rootView) -> activity.getContentCaptureManager() in testDisabledByApp()
453 assertThat(activity.getContentCaptureManager().isContentCaptureEnabled()).isFalse(); in testDisabledByApp()
478 activity.getContentCaptureManager().setContentCaptureEnabled(false); in testDisabledFlagSecureAndByApp()
485 assertThat(activity.getContentCaptureManager().isContentCaptureEnabled()).isFalse(); in testDisabledFlagSecureAndByApp()
510 LoginActivity.onRootView((activity, rootView) -> activity.getContentCaptureManager() in testUserDataRemovalRequest_forEverything()
534 LoginActivity.onRootView((activity, rootView) -> activity.getContentCaptureManager() in testUserDataRemovalRequest_oneId()
566 LoginActivity.onRootView((activity, rootView) -> activity.getContentCaptureManager() in testUserDataRemovalRequest_manyIds()
DCustomViewActivityTest.java445 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testContentCaptureConditions()
469 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testContentCaptureConditions_otherPackage()
482 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testContentCaptureEnabled_dynamicFlagSecure()
512 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testDisabledByFlagSecure()
538 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testDisabledAfterLaunched()
DAbstractContentCaptureActivity.java45 public ContentCaptureManager getContentCaptureManager() { in getContentCaptureManager() method in AbstractContentCaptureActivity
DChildlessActivityTest.java124 assertThat(activity.getContentCaptureManager().isContentCaptureEnabled()).isFalse(); in testGetContentCapture_disabledWhenNoService()
138 assertThat(activity.getContentCaptureManager().isContentCaptureEnabled()).isTrue(); in testGetContentCapture_enabledWhenNoService()
1235 (activity, rootView) -> ref.set(activity.getContentCaptureManager())); in getContentCaptureManagerHack()