• Home
  • Raw
  • Download

Lines Matching refs:TestView

259   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
400 TestView view = new TestView(activity); in testViewNoFragmentBindingsWithActivity()
408 TestView view = new TestView(fragment.getContext()); in testViewNoFragmentBindingsWithFragment()
416 TestView view = new TestView(fragment.getContext(), /* attrs= */ null); in testViewNoFragmentBindingsWithFragment_secondConstructor()
424 TestView view = new TestView(fragment.getContext(), /* attrs= */ null, /* defStyleAttr= */ 0); in testViewNoFragmentBindingsWithFragment_thirdConstructor()
434 TestView view = in testViewNoFragmentBindingsWithFragment_fourthConstructor_presentOnTwentyOne()
435 new TestView( in testViewNoFragmentBindingsWithFragment_fourthConstructor_presentOnTwentyOne()
449 new TestView( in testViewNoFragmentBindingsWithFragment_fourthConstructor_notPresentOnTwenty()
536 new TestView(activity); in testViewAttachedToNonHiltActivityFails()
552 new TestView(nonHiltContext); in testViewAttachedToNonHiltFragmentFails()
564 new TestView(getApplicationContext()); in testViewAttachedToApplicationContextFails()