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.java101 assertThat(activity.getContentCaptureManager().getServiceComponentName()) in testGetServiceComponentName()
107 assertThat(activity.getContentCaptureManager().getServiceComponentName()) in testGetServiceComponentName()
127 () -> ref.set(activity.getContentCaptureManager().getServiceComponentName())); in testGetServiceComponentName_onUiThread()
147 .set(activity.getContentCaptureManager().isContentCaptureFeatureEnabled())); in testIsContentCaptureFeatureEnabled_onUiThread()
DAbstractContentCaptureActivity.java45 public ContentCaptureManager getContentCaptureManager() { in getContentCaptureManager() method in AbstractContentCaptureActivity
DCustomViewActivityTest.java484 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testContentCaptureConditions()
508 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testContentCaptureConditions_otherPackage()
521 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testContentCaptureEnabled_dynamicFlagSecure()
551 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testDisabledByFlagSecure()
577 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testDisabledAfterLaunched()
DLoginActivityTest.java715 LoginActivity.onRootView((activity, rootView) -> activity.getContentCaptureManager() in testDisabledByApp()
721 assertThat(activity.getContentCaptureManager().isContentCaptureEnabled()).isFalse(); in testDisabledByApp()
746 activity.getContentCaptureManager().setContentCaptureEnabled(false); in testDisabledFlagSecureAndByApp()
753 assertThat(activity.getContentCaptureManager().isContentCaptureEnabled()).isFalse(); in testDisabledFlagSecureAndByApp()
778 LoginActivity.onRootView((activity, rootView) -> activity.getContentCaptureManager() in testUserDataRemovalRequest_forEverything()
802 LoginActivity.onRootView((activity, rootView) -> activity.getContentCaptureManager() in testUserDataRemovalRequest_oneId()
834 LoginActivity.onRootView((activity, rootView) -> activity.getContentCaptureManager() in testUserDataRemovalRequest_manyIds()
DChildlessActivityTest.java124 assertThat(activity.getContentCaptureManager().isContentCaptureEnabled()).isFalse(); in testGetContentCapture_disabledWhenNoService()
138 assertThat(activity.getContentCaptureManager().isContentCaptureEnabled()).isTrue(); in testGetContentCapture_enabledWhenNoService()
1238 (activity, rootView) -> ref.set(activity.getContentCaptureManager())); in getContentCaptureManagerHack()