Searched refs:mainTestSession (Results 1 – 1 of 1) sorted by relevance
415 final Session mainTestSession = service.getFinishedSession(mainSessionId); in testAddAndRemoveImportantChildOnDifferentSession() local416 assertMainSessionContext(mainTestSession, activity); in testAddAndRemoveImportantChildOnDifferentSession()417 final List<ContentCaptureEvent> mainEvents = mainTestSession.getEvents(); in testAddAndRemoveImportantChildOnDifferentSession()512 final Session mainTestSession = service.getFinishedSession(mainSessionId); in testDinamicallyManageChildlessSiblingSessions() local513 assertMainSessionContext(mainTestSession, activity); in testDinamicallyManageChildlessSiblingSessions()528 final List<ContentCaptureEvent> mainEvents = mainTestSession.getEvents(); in testDinamicallyManageChildlessSiblingSessions()539 assertNoViewLevelEvents(mainTestSession, activity); in testDinamicallyManageChildlessSiblingSessions()546 assertLifecycleOrder(1, mainTestSession, CREATION); in testDinamicallyManageChildlessSiblingSessions()555 assertLifecycleOrder(10, mainTestSession, DESTRUCTION); in testDinamicallyManageChildlessSiblingSessions()601 final Session mainTestSession = service.getFinishedSession(mainSessionId); in dinamicallyAddOneChildOnAnotherSessionTest() local[all …]