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.java483 final ContentCaptureSession childSession3 = mainSession in testDinamicallyManageChildlessSiblingSessions() local
485 final ContentCaptureSessionId childSessionId3 = childSession3.getContentCaptureSessionId(); in testDinamicallyManageChildlessSiblingSessions()
489 childSession3.close(); in testDinamicallyManageChildlessSiblingSessions()
672 final ContentCaptureSession childSession3 = mainSession in testDinamicallyManageSiblingSessions() local
674 final ContentCaptureSessionId childSessionId3 = childSession3.getContentCaptureSessionId(); in testDinamicallyManageSiblingSessions()
677 final TextView s3c1 = newImportantView(activity, childSession3, "s3c1"); in testDinamicallyManageSiblingSessions()
678 final TextView s3c2 = newImportantView(activity, childSession3, "s3c1"); in testDinamicallyManageSiblingSessions()
679 final TextView s3c3 = newImportantView(activity, childSession3, "s3c3"); in testDinamicallyManageSiblingSessions()
698 waitAndClose(childSession3); in testDinamicallyManageSiblingSessions()
900 final ContentCaptureSession childSession3 = mainSession in testDinamicallyManageChildlessNestedSessions() local
[all …]