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()
323 assertContentCaptureContext(actualContext); in testSimpleLifecycle_changeContextAfterCreate()
341 assertContentCaptureContext(mainSession.getContentCaptureContext()); in testSimpleLifecycle_changeContextOnCreate()
376 assertContentCaptureContext(actualContext); in testSimpleLifecycle_changeContextOnCreate()
1058 private void assertContentCaptureContext(@NonNull ContentCaptureContext context) { in assertContentCaptureContext() method in LoginActivityTest