Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java361 final View grandpa = activity.getGrandParent(); in testAddImportantChildAfterSessionStarted() local
362 final View grandpa2 = (View) grandpa.getParent(); in testAddImportantChildAfterSessionStarted()
372 .assertViewAppeared(sessionId, grandpa, grandpa2.getAutofillId()) in testAddImportantChildAfterSessionStarted()
373 .assertViewAppeared(sessionId, rootView, grandpa.getAutofillId()) in testAddImportantChildAfterSessionStarted()
388 final View grandpa = activity.getGrandParent(); in testAddAndRemoveImportantChildOnDifferentSession() local
389 final View grandpa2 = (View) grandpa.getParent(); in testAddAndRemoveImportantChildOnDifferentSession()
426 .assertViewAppeared(mainSessionId, grandpa, grandpa2.getAutofillId()) in testAddAndRemoveImportantChildOnDifferentSession()
427 .assertViewAppeared(mainSessionId, rootView, grandpa.getAutofillId()) in testAddAndRemoveImportantChildOnDifferentSession()
742 final View grandpa = activity.getGrandParent(); in testDinamicallyManageSiblingSessions() local
743 final View grandpa2 = (View) grandpa.getParent(); in testDinamicallyManageSiblingSessions()
[all …]