Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java645 final TextView s2c2 = newImportantView(activity, childSession2, "s2c1"); in testDinamicallyManageSiblingSessions() local
650 rootView.addView(s2c2); in testDinamicallyManageSiblingSessions()
749 assertViewAppeared(events2, 2, s2c2, rootId); in testDinamicallyManageSiblingSessions()
984 final TextView s2c2 = newImportantView(activity, childSession2, "s2c2"); in testRemoveChildrenFromDifferentSessions() local
985 final AutofillId s2c2Id = s2c2.getAutofillId(); in testRemoveChildrenFromDifferentSessions()
991 rootView.addView(s2c2); in testRemoveChildrenFromDifferentSessions()
995 waitAndRemoveViews(activity, s2c1, s2c2, s1c1); in testRemoveChildrenFromDifferentSessions()
1036 assertViewAppeared(events2, 2, s2c2, rootId); in testRemoveChildrenFromDifferentSessions()