Searched defs:child2 (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.java38 private View child2; field in class:AmbiguousViewMatcherExceptionTest
49 child2 = new TextView(getContext());
50 child2.setId(2);
56 testView.addView(child2);
74 containsString("{id=2,"), // child2
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.java41 private View child2; field in class:ViewFinderImplTest
52 child2 = new TextView(getInstrumentation().getTargetContext());
53 child2.setId(2);
63 testView.addView(child2);

Completed in 69 milliseconds