Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivity.java115 final View grandpa1 = activity.getGrandParent(); in assertJustInitialViewsAppeared() local
124 assertViewAppeared(events, 4, grandpa1, grandpa2.getAutofillId()); in assertJustInitialViewsAppeared()
125 assertViewAppeared(events, 5, sessionId, rootView, grandpa1.getAutofillId()); in assertJustInitialViewsAppeared()
147 final View grandpa1 = activity.getGrandParent(); in assertInitialViewsAppeared() local
158 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in assertInitialViewsAppeared()
159 .assertViewAppeared(sessionId, rootView, grandpa1.getAutofillId()) in assertInitialViewsAppeared()
192 final View grandpa1 = activity.getGrandParent(); in assertInitialViewsDisappeared() local
205 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in assertInitialViewsDisappeared()
213 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in assertInitialViewsDisappeared()
229 final View grandpa1 = activity.getGrandParent(); in assertInitialViewsDisappeared() local
[all …]
DCustomViewActivity.java120 final View grandpa1 = (View) mCustomView.getParent(); in assertJustInitialViewsAppeared() local
121 final View grandpa2 = (View) grandpa1.getParent(); in assertJustInitialViewsAppeared()
123 Log.v(TAG, "assertJustInitialViewsAppeared(): grandpa1=" + grandpa1.getAutofillId() in assertJustInitialViewsAppeared()
136 assertViewAppeared(events, 4, grandpa1, grandpa2.getAutofillId()); in assertJustInitialViewsAppeared()
DCustomViewActivityTest.java130 final View grandpa1 = (View) activity.mCustomView.getParent(); in testSessionLifecycleEvents() local
131 final View grandpa2 = (View) grandpa1.getParent(); in testSessionLifecycleEvents()
134 Log.v(TAG, "assertJustInitialViewsAppeared(): grandpa1=" + grandpa1.getAutofillId() in testSessionLifecycleEvents()
148 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in testSessionLifecycleEvents()
195 final View grandpa1 = (View) activity.mCustomView.getParent(); in testVirtualView_wrongWay() local
196 final View grandpa2 = (View) grandpa1.getParent(); in testVirtualView_wrongWay()
199 Log.v(TAG, "assertJustInitialViewsAppeared(): grandpa1=" + grandpa1.getAutofillId() in testVirtualView_wrongWay()
214 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in testVirtualView_wrongWay()
DLoginActivityTest.java237 final View grandpa1 = activity.getGrandParent(); in testSimpleLifecycle_rootViewSession() local
248 assertViewAppeared(mainEvents, 4, grandpa1, grandpa2.getAutofillId()); in testSimpleLifecycle_rootViewSession()
256 grandpa2.getAutofillId(), grandpa1.getAutofillId()); in testSimpleLifecycle_rootViewSession()
278 grandpa1.getAutofillId()); in testSimpleLifecycle_rootViewSession()
371 final View grandpa1 = activity.getGrandParent(); in testSimpleLifecycle_changeContextOnCreate() local
384 assertViewAppeared(events, 5, grandpa1, grandpa2.getAutofillId()); in testSimpleLifecycle_changeContextOnCreate()
385 assertViewAppeared(events, 6, sessionId, rootView, grandpa1.getAutofillId()); in testSimpleLifecycle_changeContextOnCreate()
946 final View grandpa1 = activity.getGrandParent(); in testAddChildren_afterAnimation() local
959 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in testAddChildren_afterAnimation()
DChildlessActivityTest.java314 final View grandpa1 = activity.getGrandParent(); in testAddAndRemoveImportantChild() local
324 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in testAddAndRemoveImportantChild()
325 .assertViewAppeared(sessionId, rootView, grandpa1.getAutofillId()) in testAddAndRemoveImportantChild()