Home
last modified time | relevance | path

Searched refs:SystemUIRootComponent (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIFactory.java66 protected SystemUIRootComponent mRootComponent;
99 protected SystemUIRootComponent buildSystemUIRootComponent(Context context) { in buildSystemUIRootComponent()
106 public SystemUIRootComponent getRootComponent() { in getRootComponent()
DSystemUIRootComponent.java43 public interface SystemUIRootComponent { interface
DDependency.java307 public static void initDependencies(SystemUIRootComponent rootComponent) { in initDependencies()
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentService.java24 import com.android.systemui.SystemUIRootComponent;
64 public FragmentService(SystemUIRootComponent rootComponent, in FragmentService()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/
DCarSystemUIRootComponent.java33 interface CarSystemUIRootComponent extends SystemUIRootComponent {
DCarSystemUIFactory.java43 protected SystemUIRootComponent buildSystemUIRootComponent(Context context) { in buildSystemUIRootComponent()
DCarSystemUIModule.java95 abstract SystemUIRootComponent bindSystemUIRootComponent( in bindSystemUIRootComponent()
/frameworks/base/packages/SystemUI/docs/
Ddagger.md28 and is called `SystemUIRootComponent`.
35 public interface SystemUIRootComponent {
55 Anything that depends on any `@Singleton` provider from SystemUIRootComponent
59 SystemUIRootComponent in SystemUIFactory so it can be acquired.
62 public interface SystemUIRootComponent {
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DInjectionInflationController.java29 import com.android.systemui.SystemUIRootComponent;
66 public InjectionInflationController(SystemUIRootComponent rootComponent) { in InjectionInflationController()