Searched refs:receivedIds (Results 1 – 1 of 1) sorted by relevance
502 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageChildlessSiblingSessions() local503 assertThat(receivedIds).containsExactly( in testDinamicallyManageChildlessSiblingSessions()597 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in dinamicallyAddOneChildOnAnotherSessionTest() local598 assertThat(receivedIds).containsExactly(mainSessionId, childSessionId).inOrder(); in dinamicallyAddOneChildOnAnotherSessionTest()711 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageSiblingSessions() local712 assertThat(receivedIds).containsExactly( in testDinamicallyManageSiblingSessions()829 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testNestedSessions_simplestScenario() local830 assertThat(receivedIds).containsExactly( in testNestedSessions_simplestScenario()919 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageChildlessNestedSessions() local920 assertThat(receivedIds).containsExactly( in testDinamicallyManageChildlessNestedSessions()[all …]