Searched refs:SystemUIRootComponent (Results 1 – 12 of 12) sorted by relevance
22 import com.android.systemui.dagger.SystemUIRootComponent;30 protected SystemUIRootComponent buildSystemUIRootComponent(Context context) { in buildSystemUIRootComponent()
19 import com.android.systemui.dagger.SystemUIRootComponent;28 SystemUIRootComponent bindSystemUIRootComponent(TvSystemUIRootComponent systemUIRootComponent); in bindSystemUIRootComponent()
28 import com.android.systemui.dagger.SystemUIRootComponent;48 public interface TvSystemUIRootComponent extends SystemUIRootComponent {
34 import com.android.systemui.dagger.SystemUIRootComponent;61 private SystemUIRootComponent mRootComponent;106 protected void initWithRootComponent(@NonNull SystemUIRootComponent rootComponent) { in initWithRootComponent()114 protected SystemUIRootComponent buildSystemUIRootComponent(Context context) { in buildSystemUIRootComponent()121 public SystemUIRootComponent getRootComponent() { in getRootComponent()
35 import com.android.systemui.dagger.SystemUIRootComponent;60 private SystemUIRootComponent mRootComponent;
23 import com.android.systemui.dagger.SystemUIRootComponent;43 public interface CarSystemUIRootComponent extends SystemUIRootComponent {
22 import com.android.systemui.dagger.SystemUIRootComponent;33 protected SystemUIRootComponent buildSystemUIRootComponent(Context context) { in buildSystemUIRootComponent()
36 import com.android.systemui.dagger.SystemUIRootComponent;150 abstract SystemUIRootComponent bindSystemUIRootComponent( in bindSystemUIRootComponent()
24 import com.android.systemui.dagger.SystemUIRootComponent;64 public FragmentService(SystemUIRootComponent rootComponent, in FragmentService()
28 and is called `SystemUIRootComponent`.35 public interface SystemUIRootComponent {55 Anything that depends on any `@Singleton` provider from SystemUIRootComponent59 SystemUIRootComponent in SystemUIFactory so it can be acquired.62 public interface SystemUIRootComponent {
29 import com.android.systemui.dagger.SystemUIRootComponent;63 public InjectionInflationController(SystemUIRootComponent rootComponent) { in InjectionInflationController()
54 public interface SystemUIRootComponent { interface