Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java270 assertContentCaptureContext(childSession.context); in testSimpleLifecycle_rootViewSession()
306 assertContentCaptureContext(mainSession.getContentCaptureContext()); in testSimpleLifecycle_changeContextAfterCreate()
324 assertContentCaptureContext(actualContext); in testSimpleLifecycle_changeContextAfterCreate()
343 assertContentCaptureContext(mainSession.getContentCaptureContext()); in testSimpleLifecycle_changeContextOnCreate()
378 assertContentCaptureContext(actualContext); in testSimpleLifecycle_changeContextOnCreate()
1018 private void assertContentCaptureContext(@NonNull ContentCaptureContext context) { in assertContentCaptureContext() method in LoginActivityTest