Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java140 final AtomicReference<ContentCaptureSession> mainSessionRef = new AtomicReference<>(); in testContentCaptureSessionCache() local
145 mainSessionRef.set(mainSession); in testContentCaptureSessionCache()
180 final AtomicReference<ContentCaptureSession> mainSessionRef = new AtomicReference<>(); in testSimpleLifecycle_rootViewSession() local
185 mainSessionRef.set(mainSession); in testSimpleLifecycle_rootViewSession()
199 final ContentCaptureSessionId mainSessionId = mainSessionRef.get() in testSimpleLifecycle_rootViewSession()