Home
last modified time | relevance | path

Searched defs:TestView (Results 1 – 6 of 6) 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.java259 public static final class TestView extends Hilt_InjectionTest_TestView { class in InjectionTest
263 TestView(Context context) { in TestView() method in InjectionTest.TestView
267 TestView(Context context, AttributeSet attrs) { in TestView() method in InjectionTest.TestView
271 TestView(Context context, AttributeSet attrs, int defStyleAttr) { in TestView() method in InjectionTest.TestView
276 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
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowViewTest.java767 public static class TestView extends View { class in ShadowViewTest
774 public TestView(Context context) { in TestView() method in ShadowViewTest.TestView
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowViewTest.java795 public static class TestView extends View { class in ShadowViewTest
802 public TestView(Context context) { in TestView() method in ShadowViewTest.TestView
/external/autotest/frontend/tko/
Dmodels.py675 class TestView(dbmodels.Model, model_logic.ModelExtensions): class