Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivity.java116 final View grandpa2 = activity.getGrandGrandParent(); in assertJustInitialViewsAppeared() local
123 assertViewAppeared(events, 3, grandpa2, decorView.getAutofillId()); in assertJustInitialViewsAppeared()
124 assertViewAppeared(events, 4, grandpa1, grandpa2.getAutofillId()); in assertJustInitialViewsAppeared()
148 final View grandpa2 = activity.getGrandGrandParent(); in assertInitialViewsAppeared() local
157 .assertViewAppeared(grandpa2, decorView.getAutofillId()) in assertInitialViewsAppeared()
158 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in assertInitialViewsAppeared()
193 final View grandpa2 = activity.getGrandGrandParent(); in assertInitialViewsDisappeared() local
205 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in assertInitialViewsDisappeared()
213 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in assertInitialViewsDisappeared()
230 final View grandpa2 = activity.getGrandGrandParent(); in assertInitialViewsDisappeared() local
[all …]
DCustomViewActivity.java121 final View grandpa2 = (View) grandpa1.getParent(); in assertJustInitialViewsAppeared() local
124 + ", grandpa2=" + grandpa2.getAutofillId() + ", decor=" in assertJustInitialViewsAppeared()
135 assertViewAppeared(events, 3, grandpa2, decorView.getAutofillId()); in assertJustInitialViewsAppeared()
136 assertViewAppeared(events, 4, grandpa1, grandpa2.getAutofillId()); in assertJustInitialViewsAppeared()
DCustomViewActivityTest.java131 final View grandpa2 = (View) grandpa1.getParent(); in testSessionLifecycleEvents() local
135 + ", grandpa2=" + grandpa2.getAutofillId() + ", decor=" in testSessionLifecycleEvents()
147 .assertViewAppeared(grandpa2, decorView.getAutofillId()) in testSessionLifecycleEvents()
148 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in testSessionLifecycleEvents()
196 final View grandpa2 = (View) grandpa1.getParent(); in testVirtualView_wrongWay() local
200 + ", grandpa2=" + grandpa2.getAutofillId() + ", decor=" in testVirtualView_wrongWay()
213 .assertViewAppeared(grandpa2, decorView.getAutofillId()) in testVirtualView_wrongWay()
214 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in testVirtualView_wrongWay()
DChildlessActivityTest.java315 final View grandpa2 = activity.getGrandGrandParent(); in testAddAndRemoveImportantChild() local
323 .assertViewAppeared(grandpa2, decorView.getAutofillId()) in testAddAndRemoveImportantChild()
324 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in testAddAndRemoveImportantChild()
362 final View grandpa2 = (View) grandpa.getParent(); in testAddImportantChildAfterSessionStarted() local
371 .assertViewAppeared(sessionId, grandpa2, decor.getAutofillId()) in testAddImportantChildAfterSessionStarted()
372 .assertViewAppeared(sessionId, grandpa, grandpa2.getAutofillId()) in testAddImportantChildAfterSessionStarted()
389 final View grandpa2 = (View) grandpa.getParent(); in testAddAndRemoveImportantChildOnDifferentSession() local
425 .assertViewAppeared(mainSessionId, grandpa2, decor.getAutofillId()) in testAddAndRemoveImportantChildOnDifferentSession()
426 .assertViewAppeared(mainSessionId, grandpa, grandpa2.getAutofillId()) in testAddAndRemoveImportantChildOnDifferentSession()
743 final View grandpa2 = (View) grandpa.getParent(); in testDinamicallyManageSiblingSessions() local
[all …]
DLoginActivityTest.java238 final View grandpa2 = activity.getGrandGrandParent(); in testSimpleLifecycle_rootViewSession() local
247 assertViewAppeared(mainEvents, 3, grandpa2, decorView.getAutofillId()); in testSimpleLifecycle_rootViewSession()
248 assertViewAppeared(mainEvents, 4, grandpa1, grandpa2.getAutofillId()); in testSimpleLifecycle_rootViewSession()
256 grandpa2.getAutofillId(), grandpa1.getAutofillId()); in testSimpleLifecycle_rootViewSession()
372 final View grandpa2 = activity.getGrandGrandParent(); in testSimpleLifecycle_changeContextOnCreate() local
383 assertViewAppeared(events, 4, grandpa2, decorView.getAutofillId()); in testSimpleLifecycle_changeContextOnCreate()
384 assertViewAppeared(events, 5, grandpa1, grandpa2.getAutofillId()); in testSimpleLifecycle_changeContextOnCreate()
947 final View grandpa2 = activity.getGrandGrandParent(); in testAddChildren_afterAnimation() local
959 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in testAddChildren_afterAnimation()