Home
last modified time | relevance | path

Searched defs:TestView (Results 1 – 5 of 5) sorted by relevance

/external/dagger2/javatests/dagger/hilt/android/
DOptionalInjectTestClasses.java81 public static final class TestView extends Hilt_OptionalInjectTestClasses_TestView { class in OptionalInjectTestClasses
84 TestView(Context context) { in TestView() method in OptionalInjectTestClasses.TestView
DInjectionTest.java258 public static final class TestView extends Hilt_InjectionTest_TestView { class in InjectionTest
262 TestView(Context context) { in TestView() method in InjectionTest.TestView
266 TestView(Context context, AttributeSet attrs) { in TestView() method in InjectionTest.TestView
270 TestView(Context context, AttributeSet attrs, int defStyleAttr) { in TestView() method in InjectionTest.TestView
275 TestView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in TestView() method in InjectionTest.TestView
DEntryPointAccessorsTest.kt192 class TestView(context: Context) : Hilt_EntryPointAccessorsTest_TestView(context) class in dagger.hilt.android.EntryPointAccessorsTest
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowViewTest.java800 public static class TestView extends View { class in ShadowViewTest
807 public TestView(Context context) { in TestView() method in ShadowViewTest.TestView
/external/autotest/frontend/tko/
Dmodels.py675 class TestView(dbmodels.Model, model_logic.ModelExtensions): class