Searched refs:mainTestSession (Results 1 – 1 of 1) sorted by relevance
408 final Session mainTestSession = service.getFinishedSession(mainSessionId); in testAddAndRemoveImportantChildOnDifferentSession() local409 assertMainSessionContext(mainTestSession, activity); in testAddAndRemoveImportantChildOnDifferentSession()410 final List<ContentCaptureEvent> mainEvents = mainTestSession.getEvents(); in testAddAndRemoveImportantChildOnDifferentSession()499 final Session mainTestSession = service.getFinishedSession(mainSessionId); in testDinamicallyManageChildlessSiblingSessions() local500 assertMainSessionContext(mainTestSession, activity); in testDinamicallyManageChildlessSiblingSessions()515 final List<ContentCaptureEvent> mainEvents = mainTestSession.getEvents(); in testDinamicallyManageChildlessSiblingSessions()526 assertNoViewLevelEvents(mainTestSession, activity); in testDinamicallyManageChildlessSiblingSessions()533 assertLifecycleOrder(1, mainTestSession, CREATION); in testDinamicallyManageChildlessSiblingSessions()542 assertLifecycleOrder(10, mainTestSession, DESTRUCTION); in testDinamicallyManageChildlessSiblingSessions()588 final Session mainTestSession = service.getFinishedSession(mainSessionId); in dinamicallyAddOneChildOnAnotherSessionTest() local[all …]