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.java122 final View grandpa2 = activity.getGrandGrandParent(); in assertJustInitialViewsAppeared()
153 final View grandpa2 = activity.getGrandGrandParent(); in assertInitialViewsDisappeared()
DLoginActivityTest.java234 final View grandpa2 = activity.getGrandGrandParent(); in testSimpleLifecycle_rootViewSession()
366 final View grandpa2 = activity.getGrandGrandParent(); in testSimpleLifecycle_changeContextOnCreate()
971 final View grandpa2 = activity.getGrandGrandParent(); in testAddChildren_afterAnimation()
DChildlessActivityTest.java314 final View grandpa2 = activity.getGrandGrandParent(); in testAddAndRemoveImportantChild()