Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java382 final ContentCaptureSessionId mainSessionId = mainSession.getContentCaptureSessionId(); in testAddAndRemoveImportantChildOnDifferentSession() local
383 Log.v(TAG, "main session id: " + mainSessionId); in testAddAndRemoveImportantChildOnDifferentSession()
401 assertThat(sessionIds).containsExactly(mainSessionId, childSessionId).inOrder(); in testAddAndRemoveImportantChildOnDifferentSession()
404 final Session mainTestSession = service.getFinishedSession(mainSessionId); in testAddAndRemoveImportantChildOnDifferentSession()
413 .assertViewAppeared(mainSessionId, rootView, grandpa.getAutofillId()) in testAddAndRemoveImportantChildOnDifferentSession()
444 final ContentCaptureSessionId mainSessionId = mainSession.getContentCaptureSessionId(); in testDinamicallyManageChildlessSiblingSessions() local
445 Log.v(TAG, "main session id: " + mainSessionId); in testDinamicallyManageChildlessSiblingSessions()
490 mainSessionId, in testDinamicallyManageChildlessSiblingSessions()
498 final Session mainTestSession = service.getFinishedSession(mainSessionId); in testDinamicallyManageChildlessSiblingSessions()
565 final ContentCaptureSessionId mainSessionId = mainSession.getContentCaptureSessionId(); in dinamicallyAddOneChildOnAnotherSessionTest() local
[all …]
DLoginActivityTest.java199 final ContentCaptureSessionId mainSessionId = mainSessionRef.get() in testSimpleLifecycle_rootViewSession() local
203 Log.v(TAG, "session ids: main=" + mainSessionId + ", child=" + childSessionId); in testSimpleLifecycle_rootViewSession()
213 final Session mainSession = service.getFinishedSession(mainSessionId); in testSimpleLifecycle_rootViewSession()
216 assertRightActivity(mainSession, mainSessionId, activity); in testSimpleLifecycle_rootViewSession()
221 assertThat(allSessionIds).containsExactly(mainSessionId, childSessionId); in testSimpleLifecycle_rootViewSession()