Searched refs:grandpa (Results 1 – 1 of 1) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | ChildlessActivityTest.java | 360 final View grandpa = activity.getGrandParent(); in testAddImportantChildAfterSessionStarted() local 369 assertViewAppeared(events, 3, sessionId, rootView, grandpa.getAutofillId()); in testAddImportantChildAfterSessionStarted() 383 final View grandpa = activity.getGrandParent(); in testAddAndRemoveImportantChildOnDifferentSession() local 416 assertViewAppeared(mainEvents, 2, mainSessionId, rootView, grandpa.getAutofillId()); in testAddAndRemoveImportantChildOnDifferentSession() 729 final View grandpa = activity.getGrandParent(); in testDinamicallyManageSiblingSessions() local 734 assertViewAppeared(mainEvents, 2, rootView, grandpa.getAutofillId()); in testDinamicallyManageSiblingSessions()
|