Searched refs:getAllSessionIds (Results 1 – 4 of 4) sorted by relevance
166 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testLaunchAnotherActivity()215 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testLaunchAnotherActivity_onTopOfIt()400 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testAddAndRemoveImportantChildOnDifferentSession()488 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageChildlessSiblingSessions()583 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in dinamicallyAddOneChildOnAnotherSessionTest()697 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageSiblingSessions()814 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testNestedSessions_simplestScenario()904 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testDinamicallyManageChildlessNestedSessions()1002 final List<ContentCaptureSessionId> receivedIds = service.getAllSessionIds(); in testRemoveChildrenFromDifferentSessions()1114 assertThat(service.getAllSessionIds()).isEmpty(); in setContentCaptureFeatureEnabledTest_disabled()[all …]
194 assertThat(service.getAllSessionIds()).isEmpty(); in testOutsideOfPackageActivity_noSessionCreated()
220 final List<ContentCaptureSessionId> allSessionIds = service.getAllSessionIds(); in testSimpleLifecycle_rootViewSession()1024 assertThat(service.getAllSessionIds()).isEmpty(); in testWhitelist_packageNotWhitelisted()1041 assertThat(service.getAllSessionIds()).isEmpty(); in testWhitelist_activityNotWhitelisted()
428 public List<ContentCaptureSessionId> getAllSessionIds() { in getAllSessionIds() method in CtsContentCaptureService