Home
last modified time | relevance | path

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

/cts/tests/translation/src/android/translation/cts/
DCtsContentCaptureService.java132 ContentCaptureContext getContentCaptureContext() { in getContentCaptureContext() method in CtsContentCaptureService
DUiTranslationManagerTest.java756 final ContentCaptureContext contentCaptureContext = service.getContentCaptureContext(); in getContentCaptureContextFromContentCaptureService()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java306 assertContentCaptureContext(mainSession.getContentCaptureContext()); in testSimpleLifecycle_changeContextAfterCreate()
322 final ContentCaptureContext actualContext = event1.getContentCaptureContext(); in testSimpleLifecycle_changeContextAfterCreate()
327 assertThat(event2.getContentCaptureContext()).isNull(); in testSimpleLifecycle_changeContextAfterCreate()
341 assertContentCaptureContext(mainSession.getContentCaptureContext()); in testSimpleLifecycle_changeContextOnCreate()
375 final ContentCaptureContext actualContext = ctxUpdatedEvent.getContentCaptureContext(); in testSimpleLifecycle_changeContextOnCreate()