Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAbstractRootViewActivity.java63 + "\ngrandParent=" + getGrandParent() in onCreate()
82 + ", grandParent=" + getGrandParent().getAutofillId() in onResume()
106 public ViewGroup getGrandParent() { in getGrandParent() method in AbstractRootViewActivity
113 return (ViewGroup) getGrandParent().getParent(); in getGrandGrandParent()
DLoginActivity.java121 final View grandpa1 = activity.getGrandParent(); in assertJustInitialViewsAppeared()
152 final View grandpa1 = activity.getGrandParent(); in assertInitialViewsDisappeared()
DChildlessActivityTest.java313 final View grandpa1 = activity.getGrandParent(); in testAddAndRemoveImportantChild()
360 final View grandpa = activity.getGrandParent(); in testAddImportantChildAfterSessionStarted()
383 final View grandpa = activity.getGrandParent(); in testAddAndRemoveImportantChildOnDifferentSession()
729 final View grandpa = activity.getGrandParent(); in testDinamicallyManageSiblingSessions()
DLoginActivityTest.java233 final View grandpa1 = activity.getGrandParent(); in testSimpleLifecycle_rootViewSession()
365 final View grandpa1 = activity.getGrandParent(); in testSimpleLifecycle_changeContextOnCreate()
970 final View grandpa1 = activity.getGrandParent(); in testAddChildren_afterAnimation()