Searched refs:FragmentService (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/fragments/ |
H A D | FragmentServiceTest.kt | 17 private val fragmentCreatorFactory = FragmentService.FragmentCreator.Factory { fragmentCreator } 19 private lateinit var fragmentService: FragmentService 27 fragmentService = FragmentService(fragmentCreatorFactory, mock(), DumpManager()) 73 class TestFragmentCreator : FragmentService.FragmentCreator {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/ |
H A D | FragmentHostManager.java | 57 private final FragmentService mManager; 63 FragmentHostManager(FragmentService manager, View rootView) { in FragmentHostManager() 204 return Dependency.get(FragmentService.class).getFragmentHostManager(view); in get() 212 Dependency.get(FragmentService.class).removeAndDestroy(view); in removeAndDestroy() 312 FragmentService.FragmentInstantiationInfo fragmentInstantiationInfo = in instantiateWithInjections()
|
H A D | FragmentService.java | 44 public class FragmentService implements Dumpable { class 69 public FragmentService( in FragmentService() method in FragmentService 156 mFragmentHostManager = new FragmentHostManager(FragmentService.this, mView); in FragmentHostState()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | TunerActivity.java | 35 import com.android.systemui.fragments.FragmentService; 81 Dependency.destroy(FragmentService.class, s -> s.destroyAll()); in onDestroy()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | SystemUIModule.java | 44 import com.android.systemui.fragments.FragmentService; 132 FragmentService.FragmentCreator.class
|
/aosp12/frameworks/base/packages/SystemUI/ |
H A D | proguard.flags | 37 -keep class com.android.systemui.fragments.FragmentService$FragmentCreator {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/ |
H A D | StatusBarPhoneModule.java | 43 import com.android.systemui.fragments.FragmentService; 146 FragmentService fragmentService, in provideStatusBar()
|
/aosp12/frameworks/base/packages/SystemUI/docs/ |
H A D | dagger.md | 108 to com.android.systemui.fragments.FragmentService$FragmentCreator that 110 exists, FragmentService will automatically pick it up and use injection
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 51 import com.android.systemui.fragments.FragmentService; 282 @Inject Lazy<FragmentService> mFragmentService; 465 mProviders.put(FragmentService.class, mFragmentService::get); in start()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationPanelViewControllerTest.java | 95 import com.android.systemui.fragments.FragmentService; 290 private FragmentService mFragmentService;
|
H A D | StatusBarTest.java | 90 import com.android.systemui.fragments.FragmentService; 366 mock(FragmentService.class), in setup()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBar.java | 154 import com.android.systemui.fragments.FragmentService; 541 private final FragmentService mFragmentService; 694 FragmentService fragmentService, in StatusBar()
|
H A D | NotificationPanelViewController.java | 125 import com.android.systemui.fragments.FragmentService; 297 private final FragmentService mFragmentService; 700 FragmentService fragmentService, in NotificationPanelViewController()
|