Home
last modified time | relevance | path

Searched defs:testFragment (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/
H A DOptionalInjectWithHiltTest.java93 TestFragment testFragment = new TestFragment(); in testFragmentInjection() local
106 TestFragment testFragment = new TestFragment(); in testFragmentInjectionWithNonHiltActivityWithHiltRoot() local
137 TestFragment testFragment = new TestFragment(); in testViewWithFragmentBindingsInjection() local
154 Fragment testFragment = new Fragment(); in testViewWithFragmentBindingsInjectionWithNonHiltFragmentWithHiltRoot() local
170 TestFragment testFragment = new TestFragment(); in testHiltViewModels() local
186 TestFragment testFragment = new TestFragment(); in testHiltViewModelsWithNonHiltActivityWithHiltRoot() local
H A DOptionalInjectWithoutHiltTest.java69 TestFragment testFragment = new TestFragment(); in testFragmentInjection() local
91 TestFragment testFragment = new TestFragment(); in testViewWithFragmentBindingsInjection() local
107 TestFragment testFragment = new TestFragment(); in testViewModels() local
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/partialconstruct/
H A DFragmentComposerTest.java25 public void testFragment() { in testFragment() method in FragmentComposerTest
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DFlashNotificationsPreferenceFragmentTest.java79 TestFlashNotificationsPreferenceFragment testFragment = in onAttach_attachedTheTestFragment() local
/aosp_15_r20/build/soong/java/
H A Dbootclasspath_fragment.go231 testFragment bool member
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/
H A DHtmlParserTest.java1088 @Test public void testFragment() { in testFragment() method in HtmlParserTest