Home
last modified time | relevance | path

Searched refs:getAllSessionIds (Results 1 – 4 of 4) sorted by relevance

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java166 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 …]
DBlankActivityTest.java194 assertThat(service.getAllSessionIds()).isEmpty(); in testOutsideOfPackageActivity_noSessionCreated()
DLoginActivityTest.java220 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()
DCtsContentCaptureService.java428 public List<ContentCaptureSessionId> getAllSessionIds() { in getAllSessionIds() method in CtsContentCaptureService