Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAbstractRootViewActivity.java64 + "\ngrandGrandParent=" + getGrandGrandParent()); in onCreate()
83 + ", grandGrandParent=" + getGrandGrandParent().getAutofillId()); in onResume()
112 public ViewGroup getGrandGrandParent() { in getGrandGrandParent() method in AbstractRootViewActivity
DLoginActivity.java116 final View grandpa2 = activity.getGrandGrandParent(); in assertJustInitialViewsAppeared()
148 final View grandpa2 = activity.getGrandGrandParent(); in assertInitialViewsAppeared()
193 final View grandpa2 = activity.getGrandGrandParent(); in assertInitialViewsDisappeared()
230 final View grandpa2 = activity.getGrandGrandParent(); in assertInitialViewsDisappeared()
DLoginActivityTest.java238 final View grandpa2 = activity.getGrandGrandParent(); in testSimpleLifecycle_rootViewSession()
372 final View grandpa2 = activity.getGrandGrandParent(); in testSimpleLifecycle_changeContextOnCreate()
947 final View grandpa2 = activity.getGrandGrandParent(); in testAddChildren_afterAnimation()
DChildlessActivityTest.java315 final View grandpa2 = activity.getGrandGrandParent(); in testAddAndRemoveImportantChild()