Searched refs:s2c1 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | ChildlessActivityTest.java | 644 final TextView s2c1 = newImportantView(activity, childSession2, "s2c1"); in testDinamicallyManageSiblingSessions() local 649 rootView.addView(s2c1); in testDinamicallyManageSiblingSessions() 748 assertViewAppeared(events2, 1, s2c1, rootId); in testDinamicallyManageSiblingSessions() 982 final TextView s2c1 = newImportantView(activity, childSession2, "s2c1"); in testRemoveChildrenFromDifferentSessions() local 983 final AutofillId s2c1Id = s2c1.getAutofillId(); in testRemoveChildrenFromDifferentSessions() 990 rootView.addView(s2c1); in testRemoveChildrenFromDifferentSessions() 995 waitAndRemoveViews(activity, s2c1, s2c2, s1c1); in testRemoveChildrenFromDifferentSessions() 1035 assertViewAppeared(events2, 1, s2c1, rootId); in testRemoveChildrenFromDifferentSessions()
|