Searched refs:s2c1 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | ChildlessActivityTest.java | 657 final TextView s2c1 = newImportantView(activity, childSession2, "s2c1"); in testDinamicallyManageSiblingSessions() local 662 rootView.addView(s2c1); in testDinamicallyManageSiblingSessions() 765 .assertViewAppeared(s2c1, rootId) in testDinamicallyManageSiblingSessions() 999 final TextView s2c1 = newImportantView(activity, childSession2, "s2c1"); in testRemoveChildrenFromDifferentSessions() local 1000 final AutofillId s2c1Id = s2c1.getAutofillId(); in testRemoveChildrenFromDifferentSessions() 1007 rootView.addView(s2c1); in testRemoveChildrenFromDifferentSessions() 1012 waitAndRemoveViews(activity, s2c1, s2c2, s1c1); in testRemoveChildrenFromDifferentSessions() 1052 assertViewAppeared(events2, 1, s2c1, rootId); in testRemoveChildrenFromDifferentSessions()
|