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.java115 final View grandpa1 = activity.getGrandParent(); in assertJustInitialViewsAppeared()
147 final View grandpa1 = activity.getGrandParent(); in assertInitialViewsAppeared()
192 final View grandpa1 = activity.getGrandParent(); in assertInitialViewsDisappeared()
229 final View grandpa1 = activity.getGrandParent(); in assertInitialViewsDisappeared()
DChildlessActivityTest.java314 final View grandpa1 = activity.getGrandParent(); in testAddAndRemoveImportantChild()
361 final View grandpa = activity.getGrandParent(); in testAddImportantChildAfterSessionStarted()
388 final View grandpa = activity.getGrandParent(); in testAddAndRemoveImportantChildOnDifferentSession()
742 final View grandpa = activity.getGrandParent(); in testDinamicallyManageSiblingSessions()
DLoginActivityTest.java237 final View grandpa1 = activity.getGrandParent(); in testSimpleLifecycle_rootViewSession()
371 final View grandpa1 = activity.getGrandParent(); in testSimpleLifecycle_changeContextOnCreate()
946 final View grandpa1 = activity.getGrandParent(); in testAddChildren_afterAnimation()