Searched refs:grandpa1 (Results 1 – 5 of 5) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | LoginActivity.java | 121 final View grandpa1 = activity.getGrandParent(); in assertJustInitialViewsAppeared() local 130 assertViewAppeared(events, 4, grandpa1, grandpa2.getAutofillId()); in assertJustInitialViewsAppeared() 131 assertViewAppeared(events, 5, sessionId, rootView, grandpa1.getAutofillId()); in assertJustInitialViewsAppeared() 152 final View grandpa1 = activity.getGrandParent(); in assertInitialViewsDisappeared() local 165 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in assertInitialViewsDisappeared() 173 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in assertInitialViewsDisappeared()
|
D | CustomViewActivity.java | 120 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()
|
D | LoginActivityTest.java | 185 final View grandpa1 = activity.getGrandParent(); in testSimpleLifecycle_rootViewSession() local 196 assertViewAppeared(mainEvents, 4, grandpa1, grandpa2.getAutofillId()); in testSimpleLifecycle_rootViewSession() 204 grandpa2.getAutofillId(), grandpa1.getAutofillId()); in testSimpleLifecycle_rootViewSession() 226 grandpa1.getAutofillId()); in testSimpleLifecycle_rootViewSession() 317 final View grandpa1 = activity.getGrandParent(); in testSimpleLifecycle_changeContextOnCreate() local 330 assertViewAppeared(events, 5, grandpa1, grandpa2.getAutofillId()); in testSimpleLifecycle_changeContextOnCreate() 331 assertViewAppeared(events, 6, sessionId, rootView, grandpa1.getAutofillId()); in testSimpleLifecycle_changeContextOnCreate() 672 final View grandpa1 = activity.getGrandParent(); in testAddChildren_afterAnimation() local 691 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in testAddChildren_afterAnimation() 700 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in testAddChildren_afterAnimation()
|
D | CustomViewActivityTest.java | 151 final View grandpa1 = (View) activity.mCustomView.getParent(); in testVirtualView_wrongWay() local 152 final View grandpa2 = (View) grandpa1.getParent(); in testVirtualView_wrongWay() 155 Log.v(TAG, "assertJustInitialViewsAppeared(): grandpa1=" + grandpa1.getAutofillId() in testVirtualView_wrongWay() 170 assertViewAppeared(events, 4, grandpa1, grandpa2.getAutofillId()); in testVirtualView_wrongWay()
|
D | ChildlessActivityTest.java | 313 final View grandpa1 = activity.getGrandParent(); in testAddAndRemoveImportantChild() local 323 assertViewAppeared(events, 4, grandpa1, grandpa2.getAutofillId()); in testAddAndRemoveImportantChild() 324 assertViewAppeared(events, 5, sessionId, rootView, grandpa1.getAutofillId()); in testAddAndRemoveImportantChild()
|