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.java115 assertThat(activity.getContentCaptureManager().getServiceComponentName()) in testGetServiceComponentName()
121 assertThat(activity.getContentCaptureManager().getServiceComponentName()) in testGetServiceComponentName()
141 () -> ref.set(activity.getContentCaptureManager().getServiceComponentName())); in testGetServiceComponentName_onUiThread()
161 .set(activity.getContentCaptureManager().isContentCaptureFeatureEnabled())); in testIsContentCaptureFeatureEnabled_onUiThread()
DAbstractContentCaptureActivity.java45 public ContentCaptureManager getContentCaptureManager() { in getContentCaptureManager() method in AbstractContentCaptureActivity
DCustomViewActivityTest.java527 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testContentCaptureConditions()
551 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testContentCaptureConditions_otherPackage()
564 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testContentCaptureEnabled_dynamicFlagSecure()
594 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testDisabledByFlagSecure()
620 final ContentCaptureManager mgr = activity.getContentCaptureManager(); in testDisabledAfterLaunched()
DLoginActivityTest.java692 LoginActivity.onRootView((activity, rootView) -> activity.getContentCaptureManager() in testDisabledByApp()
698 assertThat(activity.getContentCaptureManager().isContentCaptureEnabled()).isFalse(); in testDisabledByApp()
723 activity.getContentCaptureManager().setContentCaptureEnabled(false); in testDisabledFlagSecureAndByApp()
730 assertThat(activity.getContentCaptureManager().isContentCaptureEnabled()).isFalse(); in testDisabledFlagSecureAndByApp()
755 LoginActivity.onRootView((activity, rootView) -> activity.getContentCaptureManager() in testUserDataRemovalRequest_forEverything()
779 LoginActivity.onRootView((activity, rootView) -> activity.getContentCaptureManager() in testUserDataRemovalRequest_oneId()
811 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()
1253 (activity, rootView) -> ref.set(activity.getContentCaptureManager())); in getContentCaptureManagerHack()