Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java470 final ContentCaptureSession childSession3 = mainSession in testDinamicallyManageChildlessSiblingSessions() local
472 final ContentCaptureSessionId childSessionId3 = childSession3.getContentCaptureSessionId(); in testDinamicallyManageChildlessSiblingSessions()
476 childSession3.close(); in testDinamicallyManageChildlessSiblingSessions()
659 final ContentCaptureSession childSession3 = mainSession in testDinamicallyManageSiblingSessions() local
661 final ContentCaptureSessionId childSessionId3 = childSession3.getContentCaptureSessionId(); in testDinamicallyManageSiblingSessions()
664 final TextView s3c1 = newImportantView(activity, childSession3, "s3c1"); in testDinamicallyManageSiblingSessions()
665 final TextView s3c2 = newImportantView(activity, childSession3, "s3c1"); in testDinamicallyManageSiblingSessions()
666 final TextView s3c3 = newImportantView(activity, childSession3, "s3c3"); in testDinamicallyManageSiblingSessions()
685 waitAndClose(childSession3); in testDinamicallyManageSiblingSessions()
883 final ContentCaptureSession childSession3 = mainSession in testDinamicallyManageChildlessNestedSessions() local
[all …]