Searched refs:getAllSessionIds (Results 1 – 4 of 4) sorted by relevance
166 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testLaunchAnotherActivity()218 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testLaunchAnotherActivity_onTopOfIt()411 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testAddAndRemoveImportantChildOnDifferentSession()502 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageChildlessSiblingSessions()597 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in dinamicallyAddOneChildOnAnotherSessionTest()711 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageSiblingSessions()829 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testNestedSessions_simplestScenario()919 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageChildlessNestedSessions()1017 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testRemoveChildrenFromDifferentSessions()1129 assertThat(service.getAllSessionIds()).isEmpty(); in setContentCaptureFeatureEnabledTest_disabled()[all …]
202 assertThat(service.getAllSessionIds()).isEmpty(); in testOutsideOfPackageActivity_noSessionCreated()
220 final List<ContentCaptureSessionId> allSessionIds = service.getAllSessionIds(); in testSimpleLifecycle_rootViewSession()984 assertThat(service.getAllSessionIds()).isEmpty(); in testWhitelist_packageNotWhitelisted()1001 assertThat(service.getAllSessionIds()).isEmpty(); in testWhitelist_activityNotWhitelisted()
473 public List<ContentCaptureSessionId> getAllSessionIds() { in getAllSessionIds() method in CtsContentCaptureService