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.java386 final ContentCaptureSessionId mainSessionId = mainSession.getContentCaptureSessionId(); in testAddAndRemoveImportantChildOnDifferentSession() local
387 Log.v(TAG, "main session id: " + mainSessionId); in testAddAndRemoveImportantChildOnDifferentSession()
405 assertThat(sessionIds).containsExactly(mainSessionId, childSessionId).inOrder(); in testAddAndRemoveImportantChildOnDifferentSession()
408 final Session mainTestSession = service.getFinishedSession(mainSessionId); in testAddAndRemoveImportantChildOnDifferentSession()
416 assertViewAppeared(mainEvents, 2, mainSessionId, rootView, grandpa.getAutofillId()); in testAddAndRemoveImportantChildOnDifferentSession()
445 final ContentCaptureSessionId mainSessionId = mainSession.getContentCaptureSessionId(); in testDinamicallyManageChildlessSiblingSessions() local
446 Log.v(TAG, "main session id: " + mainSessionId); in testDinamicallyManageChildlessSiblingSessions()
491 mainSessionId, in testDinamicallyManageChildlessSiblingSessions()
499 final Session mainTestSession = service.getFinishedSession(mainSessionId); in testDinamicallyManageChildlessSiblingSessions()
566 final ContentCaptureSessionId mainSessionId = mainSession.getContentCaptureSessionId(); in dinamicallyAddOneChildOnAnotherSessionTest() local
[all …]
DLoginActivityTest.java150 final ContentCaptureSessionId mainSessionId = mainSessionRef.get() in testSimpleLifecycle_rootViewSession() local
154 Log.v(TAG, "session ids: main=" + mainSessionId + ", child=" + childSessionId); in testSimpleLifecycle_rootViewSession()
164 final Session mainSession = service.getFinishedSession(mainSessionId); in testSimpleLifecycle_rootViewSession()
167 assertRightActivity(mainSession, mainSessionId, activity); in testSimpleLifecycle_rootViewSession()
172 assertThat(allSessionIds).containsExactly(mainSessionId, childSessionId); in testSimpleLifecycle_rootViewSession()