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 | CustomViewActivityTest.java | 132 final View grandpa1 = (View) activity.mCustomView.getParent(); in testSessionLifecycleEvents() local 133 final View grandpa2 = (View) grandpa1.getParent(); in testSessionLifecycleEvents() 136 Log.v(TAG, "assertJustInitialViewsAppeared(): grandpa1=" + grandpa1.getAutofillId() in testSessionLifecycleEvents() 150 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in testSessionLifecycleEvents() 197 final View grandpa1 = (View) activity.mCustomView.getParent(); in testVirtualView_wrongWay() local 198 final View grandpa2 = (View) grandpa1.getParent(); in testVirtualView_wrongWay() 201 Log.v(TAG, "assertJustInitialViewsAppeared(): grandpa1=" + grandpa1.getAutofillId() in testVirtualView_wrongWay() 216 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in testVirtualView_wrongWay()
|
D | LoginActivityTest.java | 237 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() 369 final View grandpa1 = activity.getGrandParent(); in testSimpleLifecycle_changeContextOnCreate() local 382 assertViewAppeared(events, 5, grandpa1, grandpa2.getAutofillId()); in testSimpleLifecycle_changeContextOnCreate() 383 assertViewAppeared(events, 6, sessionId, rootView, grandpa1.getAutofillId()); in testSimpleLifecycle_changeContextOnCreate() 974 final View grandpa1 = activity.getGrandParent(); in testAddChildren_afterAnimation() local 993 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in testAddChildren_afterAnimation() 1002 grandpa1.getAutofillId(), grandpa2.getAutofillId(), in testAddChildren_afterAnimation()
|
D | ChildlessActivityTest.java | 310 final View grandpa1 = activity.getGrandParent(); in testAddAndRemoveImportantChild() local 320 .assertViewAppeared(grandpa1, grandpa2.getAutofillId()) in testAddAndRemoveImportantChild() 321 .assertViewAppeared(sessionId, rootView, grandpa1.getAutofillId()) in testAddAndRemoveImportantChild()
|