Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/hilt/android/
DOptionalInjectWithHiltTest.java44 import dagger.hilt.android.OptionalInjectTestClasses.TestWithFragmentBindingsView;
143 TestWithFragmentBindingsView testView = new TestWithFragmentBindingsView( in testViewWithFragmentBindingsInjection()
160 TestWithFragmentBindingsView testView = new TestWithFragmentBindingsView( in testViewWithFragmentBindingsInjectionWithNonHiltFragmentWithHiltRoot()
DOptionalInjectWithoutHiltTest.java37 import dagger.hilt.android.OptionalInjectTestClasses.TestWithFragmentBindingsView;
97 TestWithFragmentBindingsView testView = new TestWithFragmentBindingsView( in testViewWithFragmentBindingsInjection()
DOptionalInjectTestClasses.java92 public static final class TestWithFragmentBindingsView class in OptionalInjectTestClasses
96 TestWithFragmentBindingsView(Context context) { in TestWithFragmentBindingsView() method in OptionalInjectTestClasses.TestWithFragmentBindingsView