Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java220 final List<ContentCaptureSessionId> allSessionIds = service.getAllSessionIds(); in testSimpleLifecycle_rootViewSession() local
221 assertThat(allSessionIds).containsExactly(mainSessionId, childSessionId); in testSimpleLifecycle_rootViewSession()