Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java94 TextFoo textFoo = new TextFoo(name); in testShadowSelectionSearchesSuperclasses()
101 TextFoo textFoo = new TextFoo(name); in shouldUseMostSpecificShadow()
286 private ShadowTextFoo shadowOf(TextFoo foo) { in shadowOf()
323 @Implements(TextFoo.class)
328 public static class TextFoo extends Foo { class in ShadowWranglerIntegrationTest
329 public TextFoo(String s) { in TextFoo() method in ShadowWranglerIntegrationTest.TextFoo