Home
last modified time | relevance | path

Searched refs:TextFoo (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
DShadowWranglerTest.java99 TextFoo textFoo = new TextFoo(name); in testShadowSelectionSearchesSuperclasses()
108 TextFoo textFoo = new TextFoo(name); in shouldUseMostSpecificShadow()
165 private ShadowTextFoo shadowOf(TextFoo foo) { in shadowOf()
192 @Implements(TextFoo.class)
197 public static class TextFoo extends Foo { class in ShadowWranglerTest
198 public TextFoo(String s) { in TextFoo() method in ShadowWranglerTest.TextFoo