Home
last modified time | relevance | path

Searched refs:CarSystemBarController (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacPanelOverlayViewMediator.java30 import com.android.systemui.car.systembar.CarSystemBarController;
43 private final CarSystemBarController mCarSystemBarController;
75 CarSystemBarController carSystemBarController, in HvacPanelOverlayViewMediator()
98 new CarSystemBarController.HvacPanelController() { in registerListeners()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewMediator.java33 import com.android.systemui.car.systembar.CarSystemBarController;
53 private final CarSystemBarController mCarSystemBarController;
95 CarSystemBarController carSystemBarController, in NotificationPanelViewMediator()
124 new CarSystemBarController.NotificationsShadeController() { in registerListeners()
216 protected final CarSystemBarController getCarSystemBarController() { in getCarSystemBarController()
DTopNotificationPanelViewMediator.java24 import com.android.systemui.car.systembar.CarSystemBarController;
42 CarSystemBarController carSystemBarController, in TopNotificationPanelViewMediator()
DBottomNotificationPanelViewMediator.java24 import com.android.systemui.car.systembar.CarSystemBarController;
42 CarSystemBarController carSystemBarController, in BottomNotificationPanelViewMediator()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarModule.java123 abstract CarSystemBarController optionalCarSystemBarController(); in optionalCarSystemBarController()
133 static CarSystemBarController provideCarSystemBarController( in provideCarSystemBarController()
134 @CarSysUIDynamicOverride Optional<CarSystemBarController> carSystemBarController, in provideCarSystemBarController()
148 return new CarSystemBarController(context, userTracker, carSystemBarViewFactory, in provideCarSystemBarController()
DCarSystemBarMediator.java51 private final CarSystemBarController mCarSystemBarController;
61 CarSystemBarController carSystemBarController, Context context, in CarSystemBarMediator()
DCarSystemBarView.java37 import com.android.systemui.car.systembar.CarSystemBarController.HvacPanelController;
38 import com.android.systemui.car.systembar.CarSystemBarController.NotificationsShadeController;
DCarSystemBarController.java61 public class CarSystemBarController { class
64 private static final String TAG = CarSystemBarController.class.getSimpleName();
116 public CarSystemBarController(Context context, in CarSystemBarController() method in CarSystemBarController
DCarSystemBar.java108 private final CarSystemBarController mCarSystemBarController;
170 CarSystemBarController carSystemBarController, in CarSystemBar()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java80 private CarSystemBarController mCarSystemBar;
135 private CarSystemBarController createSystemBarController() { in createSystemBarController()
136 return new CarSystemBarController(mSpiedContext, mUserTracker, mCarSystemBarViewFactory, in createSystemBarController()
432 CarSystemBarController.NotificationsShadeController controller = in testRegisterNotificationController_createViewFirst_registrationSuccessful()
436 mock(CarSystemBarController.NotificationsShadeController.class)); in testRegisterNotificationController_createViewFirst_registrationSuccessful()
448 mock(CarSystemBarController.NotificationsShadeController.class)); in testRegisterNotificationController_registerFirst_registrationSuccessful()
450 CarSystemBarController.NotificationsShadeController controller = in testRegisterNotificationController_registerFirst_registrationSuccessful()
462 CarSystemBarController.HvacPanelController controller = bottomBar.getHvacPanelController(); in testRegisterHvacController_createViewFirst_registrationSuccessful()
465 mock(CarSystemBarController.HvacPanelController.class)); in testRegisterHvacController_createViewFirst_registrationSuccessful()
477 mock(CarSystemBarController.HvacPanelController.class)); in testRegisterHvacController_registerFirst_registrationSuccessful()
[all …]
DCarSystemBarViewTest.java53 private CarSystemBarController.NotificationsShadeController mNotificationsShadeController;
DSystemBarConfigsTest.java374 CarSystemBarController carSystemBarController, in TestTopNotificationPanelViewMediator()
DCarSystemBarTest.java102 private CarSystemBarController mCarSystemBarController;
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/
DAutoDismissHvacPanelOverlayViewMediator.java22 import com.android.systemui.car.systembar.CarSystemBarController;
38 CarSystemBarController carSystemBarController, in AutoDismissHvacPanelOverlayViewMediator()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
DHvacPanelOverlayViewMediatorTest.java33 import com.android.systemui.car.systembar.CarSystemBarController;
53 private CarSystemBarController mCarSystemBarController;
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java52 import com.android.systemui.car.systembar.CarSystemBarController;
96 private final CarSystemBarController mCarSystemBarController;
161 CarSystemBarController carSystemBarController, in CarKeyguardViewController()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/keyguard/
DCarKeyguardViewControllerTest.java52 import com.android.systemui.car.systembar.CarSystemBarController;
105 private CarSystemBarController mCarSystemBarController;