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()
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 …]
DBlankActivityTest.java202 assertThat(service.getAllSessionIds()).isEmpty(); in testOutsideOfPackageActivity_noSessionCreated()
DLoginActivityTest.java220 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()
DCtsContentCaptureService.java473 public List<ContentCaptureSessionId> getAllSessionIds() { in getAllSessionIds() method in CtsContentCaptureService