Searched refs:child3 (Results 1 - 2 of 2) sorted by relevance

/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
H A DAmbiguousViewMatcherExceptionTest.java39 private View child3; field in class:AmbiguousViewMatcherExceptionTest
51 child3 = new TextView(getContext());
52 child3.setId(3);
57 testView.addView(child3);
75 containsString("{id=3,"), // child3
87 .withOtherAmbiguousViews(child2, child3, child4)
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DViewFinderImplTest.java42 private View child3; field in class:ViewFinderImplTest
54 child3 = new TextView(getInstrumentation().getTargetContext());
55 child3.setId(3);
65 testView.addView(child3);

Completed in 47 milliseconds