Home
last modified time | relevance | path

Searched refs:carSystemBarController (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/
DAutoDismissHvacPanelOverlayViewMediator.java38 CarSystemBarController carSystemBarController, in AutoDismissHvacPanelOverlayViewMediator() argument
42 super(context, carSystemBarController, hvacPanelOverlayViewController, broadcastDispatcher, in AutoDismissHvacPanelOverlayViewMediator()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarModule.java134 @CarSysUIDynamicOverride Optional<CarSystemBarController> carSystemBarController, in provideCarSystemBarController()
145 if (carSystemBarController.isPresent()) { in provideCarSystemBarController()
146 return carSystemBarController.get(); in provideCarSystemBarController()
DCarSystemBarMediator.java61 CarSystemBarController carSystemBarController, Context context, in CarSystemBarMediator() argument
65 mCarSystemBarController = carSystemBarController; in CarSystemBarMediator()
DCarSystemBar.java170 CarSystemBarController carSystemBarController, in CarSystemBar() argument
194 mCarSystemBarController = carSystemBarController; in CarSystemBar()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DTopNotificationPanelViewMediator.java42 CarSystemBarController carSystemBarController, in TopNotificationPanelViewMediator() argument
52 carSystemBarController, in TopNotificationPanelViewMediator()
DBottomNotificationPanelViewMediator.java42 CarSystemBarController carSystemBarController, in BottomNotificationPanelViewMediator() argument
52 carSystemBarController, in BottomNotificationPanelViewMediator()
DNotificationPanelViewMediator.java95 CarSystemBarController carSystemBarController, in NotificationPanelViewMediator() argument
105 mCarSystemBarController = carSystemBarController; in NotificationPanelViewMediator()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacPanelOverlayViewMediator.java75 CarSystemBarController carSystemBarController, in HvacPanelOverlayViewMediator() argument
80 mCarSystemBarController = carSystemBarController; in HvacPanelOverlayViewMediator()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java161 CarSystemBarController carSystemBarController, in CarKeyguardViewController() argument
185 mCarSystemBarController = carSystemBarController; in CarKeyguardViewController()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DSystemBarConfigsTest.java374 CarSystemBarController carSystemBarController, in TestTopNotificationPanelViewMediator() argument
382 super(context, carSystemBarController, notificationPanelViewController, in TestTopNotificationPanelViewMediator()