Searched refs:grandpa2 (Results 1 – 5 of 5) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | LoginActivity.java | 122 final View grandpa2 = activity.getGrandGrandParent(); in assertJustInitialViewsAppeared() local 129 assertViewAppeared(events, 3, grandpa2, decorView.getAutofillId()); in assertJustInitialViewsAppeared() 130 assertViewAppeared(events, 4, grandpa1, grandpa2.getAutofillId()); in assertJustInitialViewsAppeared() 153 final View grandpa2 = activity.getGrandGrandParent(); in assertInitialViewsDisappeared() local 165 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in assertInitialViewsDisappeared() 173 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in assertInitialViewsDisappeared()
|
D | CustomViewActivity.java | 121 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()
|
D | CustomViewActivityTest.java | 133 final View grandpa2 = (View) grandpa1.getParent(); in testSessionLifecycleEvents() local 137 + ", grandpa2=" + grandpa2.getAutofillId() + ", decor=" in testSessionLifecycleEvents() 149 .assertViewAppeared(grandpa2, decorView.getAutofillId()) in testSessionLifecycleEvents() 150 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in testSessionLifecycleEvents() 198 final View grandpa2 = (View) grandpa1.getParent(); in testVirtualView_wrongWay() local 202 + ", grandpa2=" + grandpa2.getAutofillId() + ", decor=" in testVirtualView_wrongWay() 215 .assertViewAppeared(grandpa2, decorView.getAutofillId()) in testVirtualView_wrongWay() 216 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in testVirtualView_wrongWay()
|
D | LoginActivityTest.java | 238 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() 370 final View grandpa2 = activity.getGrandGrandParent(); in testSimpleLifecycle_changeContextOnCreate() local 381 assertViewAppeared(events, 4, grandpa2, decorView.getAutofillId()); in testSimpleLifecycle_changeContextOnCreate() 382 assertViewAppeared(events, 5, grandpa1, grandpa2.getAutofillId()); in testSimpleLifecycle_changeContextOnCreate() 975 final View grandpa2 = activity.getGrandGrandParent(); in testAddChildren_afterAnimation() local 993 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in testAddChildren_afterAnimation() 1002 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in testAddChildren_afterAnimation()
|
D | ChildlessActivityTest.java | 311 final View grandpa2 = activity.getGrandGrandParent(); in testAddAndRemoveImportantChild() local 319 .assertViewAppeared(grandpa2, decorView.getAutofillId()) in testAddAndRemoveImportantChild() 320 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in testAddAndRemoveImportantChild()
|