Searched refs:s2c2 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | ChildlessActivityTest.java | 658 final TextView s2c2 = newImportantView(activity, childSession2, "s2c1"); in testDinamicallyManageSiblingSessions() local 663 rootView.addView(s2c2); in testDinamicallyManageSiblingSessions() 766 .assertViewAppeared(s2c2, rootId) in testDinamicallyManageSiblingSessions() 1001 final TextView s2c2 = newImportantView(activity, childSession2, "s2c2"); in testRemoveChildrenFromDifferentSessions() local 1002 final AutofillId s2c2Id = s2c2.getAutofillId(); in testRemoveChildrenFromDifferentSessions() 1008 rootView.addView(s2c2); in testRemoveChildrenFromDifferentSessions() 1012 waitAndRemoveViews(activity, s2c1, s2c2, s1c1); in testRemoveChildrenFromDifferentSessions() 1053 assertViewAppeared(events2, 2, s2c2, rootId); in testRemoveChildrenFromDifferentSessions()
|