Searched refs:receivedIds (Results 1 – 1 of 1) sorted by relevance
489 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageChildlessSiblingSessions() local490 assertThat(receivedIds).containsExactly( in testDinamicallyManageChildlessSiblingSessions()584 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in dinamicallyAddOneChildOnAnotherSessionTest() local585 assertThat(receivedIds).containsExactly(mainSessionId, childSessionId).inOrder(); in dinamicallyAddOneChildOnAnotherSessionTest()698 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageSiblingSessions() local699 assertThat(receivedIds).containsExactly( in testDinamicallyManageSiblingSessions()812 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testNestedSessions_simplestScenario() local813 assertThat(receivedIds).containsExactly( in testNestedSessions_simplestScenario()902 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageChildlessNestedSessions() local903 assertThat(receivedIds).containsExactly( in testDinamicallyManageChildlessNestedSessions()[all …]