Home
last modified time | relevance | path

Searched refs:createSystemUIInitializer (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/
DSystemUIAppComponentFactory.java31 protected SystemUIInitializer createSystemUIInitializer(Context context) { in createSystemUIInitializer() method in SystemUIAppComponentFactory
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/
DCarUiPortraitSystemUIAppComponentFactory.java30 protected SystemUIInitializer createSystemUIInitializer(Context context) { in createSystemUIInitializer() method in CarUiPortraitSystemUIAppComponentFactory
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/
DCarSystemUITestAppComponentFactory.java30 protected SystemUIInitializer createSystemUIInitializer(Context context) { in createSystemUIInitializer() method in CarSystemUITestAppComponentFactory
/packages/apps/Car/SystemUI/src/com/android/systemui/
DCarSystemUIAppComponentFactory.java30 protected SystemUIInitializer createSystemUIInitializer(Context context) { in createSystemUIInitializer() method in CarSystemUIAppComponentFactory
/packages/apps/SystemUIGo/src/com/android/systemui/go/
DSystemUIGoAppComponentFactory.java33 protected SystemUIInitializer createSystemUIInitializer(Context context) { in createSystemUIInitializer() method in SystemUIGoAppComponentFactory
/packages/apps/TvSystemUI/src/com/android/systemui/tv/
DTvSystemUIAppComponentFactory.kt32 override fun createSystemUIInitializer(context: Context) = TvSystemUIInitializer(context) method in com.android.systemui.tv.TvSystemUIAppComponentFactory