Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java138 final ContentCaptureContext clientContext = newContentCaptureContext(); in testContentCaptureSessionCache()
178 final ContentCaptureContext clientContext = newContentCaptureContext(); in testSimpleLifecycle_rootViewSession()
298 final ContentCaptureContext newContext1 = newContentCaptureContext(); in testSimpleLifecycle_changeContextAfterCreate()
337 final ContentCaptureContext newContext = newContentCaptureContext(); in testSimpleLifecycle_changeContextOnCreate()
1008 private ContentCaptureContext newContentCaptureContext() { in newContentCaptureContext() method in LoginActivityTest