Home
last modified time | relevance | path

Searched refs:GlobalRootComponent (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvGlobalRootComponent.java20 import com.android.systemui.dagger.GlobalRootComponent;
36 public interface TvGlobalRootComponent extends GlobalRootComponent {
41 interface Builder extends GlobalRootComponent.Builder {
H A DTvSystemUIFactory.java22 import com.android.systemui.dagger.GlobalRootComponent;
30 protected GlobalRootComponent buildGlobalRootComponent(Context context) { in buildGlobalRootComponent()
H A DTvSystemUIBinder.java20 import com.android.systemui.dagger.GlobalRootComponent;
31 GlobalRootComponent bindGlobalRootComponent(TvGlobalRootComponent globalRootComponent); in bindGlobalRootComponent()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/
H A DCarGlobalRootComponent.java20 import com.android.systemui.dagger.GlobalRootComponent;
36 public interface CarGlobalRootComponent extends GlobalRootComponent {
41 interface Builder extends GlobalRootComponent.Builder {
H A DCarSystemUIFactory.java23 import com.android.systemui.dagger.GlobalRootComponent;
37 protected GlobalRootComponent buildGlobalRootComponent(Context context) { in buildGlobalRootComponent()
H A DCarSystemUIModule.java38 import com.android.systemui.dagger.GlobalRootComponent;
188 abstract GlobalRootComponent bindGlobalRootComponent( in bindGlobalRootComponent()
/aosp12/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/
H A DCarUiPortraitSystemUIFactory.java21 import com.android.systemui.dagger.GlobalRootComponent;
28 protected GlobalRootComponent buildGlobalRootComponent(Context context) { in buildGlobalRootComponent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DGlobalRootComponent.java34 public interface GlobalRootComponent { interface
44 GlobalRootComponent build(); in build()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIFactory.java28 import com.android.systemui.dagger.GlobalRootComponent;
46 private GlobalRootComponent mRootComponent;
168 protected GlobalRootComponent buildGlobalRootComponent(Context context) { in buildGlobalRootComponent()
178 public GlobalRootComponent getRootComponent() { in getRootComponent()
H A DSystemUIApplication.java37 import com.android.systemui.dagger.GlobalRootComponent;
64 private GlobalRootComponent mRootComponent;
/aosp12/frameworks/base/packages/SystemUI/
H A Dproguard.flags53 -keep class com.android.systemui.dagger.GlobalRootComponent { *; }
54 -keep class com.android.systemui.dagger.GlobalRootComponent$SysUIComponentImpl { *; }