Searched refs:getAllSessionIds (Results 1 – 3 of 3) sorted by relevance
166 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testLaunchAnotherActivity()218 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testLaunchAnotherActivity_onTopOfIt()404 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testAddAndRemoveImportantChildOnDifferentSession()489 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageChildlessSiblingSessions()584 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in dinamicallyAddOneChildOnAnotherSessionTest()698 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageSiblingSessions()812 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testNestedSessions_simplestScenario()902 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageChildlessNestedSessions()1000 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testRemoveChildrenFromDifferentSessions()1112 assertThat(service.getAllSessionIds()).isEmpty(); in setContentCaptureFeatureEnabledTest_disabled()[all …]
171 final List<ContentCaptureSessionId> allSessionIds = service.getAllSessionIds(); in testSimpleLifecycle_rootViewSession()722 assertThat(service.getAllSessionIds()).isEmpty(); in testWhitelist_packageNotWhitelisted()739 assertThat(service.getAllSessionIds()).isEmpty(); in testWhitelist_activityNotWhitelisted()
338 public List<ContentCaptureSessionId> getAllSessionIds() { in getAllSessionIds() method in CtsContentCaptureService