Searched defs:child1 (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.java37 private View child1; field in class:AmbiguousViewMatcherExceptionTest
47 child1 = new TextView(getContext());
48 child1.setId(1);
55 testView.addView(child1);
73 containsString("{id=1,"), // child1
86 .withView2(child1)
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DViewFinderImplTest.java40 private View child1; field in class:ViewFinderImplTest
50 child1 = new TextView(getInstrumentation().getTargetContext());
51 child1.setId(1);
62 testView.addView(child1);

Completed in 92 milliseconds