Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewMediator.java32 import com.android.systemui.car.systembar.CarSystemBarController;
50 private final CarSystemBarController mCarSystemBarController;
72 CarSystemBarController carSystemBarController, in NotificationPanelViewMediator()
102 new CarSystemBarController.NotificationsShadeController() { in registerListeners()
167 protected final CarSystemBarController getCarSystemBarController() { in getCarSystemBarController()
DTopNotificationPanelViewMediator.java21 import com.android.systemui.car.systembar.CarSystemBarController;
37 CarSystemBarController carSystemBarController, in TopNotificationPanelViewMediator()
DBottomNotificationPanelViewMediator.java21 import com.android.systemui.car.systembar.CarSystemBarController;
37 CarSystemBarController carSystemBarController, in BottomNotificationPanelViewMediator()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java57 private CarSystemBarController mCarSystemBar;
88 private CarSystemBarController createSystemBarController() { in createSystemBarController()
89 return new CarSystemBarController(mContext, mCarSystemBarViewFactory, in createSystemBarController()
394 CarSystemBarController.NotificationsShadeController controller = in testRegisterNotificationController_createViewFirst_registrationSuccessful()
398 mock(CarSystemBarController.NotificationsShadeController.class)); in testRegisterNotificationController_createViewFirst_registrationSuccessful()
410 mock(CarSystemBarController.NotificationsShadeController.class)); in testRegisterNotificationController_registerFirst_registrationSuccessful()
412 CarSystemBarController.NotificationsShadeController controller = in testRegisterNotificationController_registerFirst_registrationSuccessful()
DCarSystemBarViewTest.java51 private CarSystemBarController.NotificationsShadeController mNotificationsShadeController;
DSystemBarConfigsTest.java280 CarSystemBarController carSystemBarController, in TestTopNotificationPanelViewMediator()
DCarSystemBarTest.java80 private CarSystemBarController mCarSystemBarController;
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java31 import com.android.systemui.car.systembar.CarSystemBarController;
64 private final CarSystemBarController mCarSystemBarController;
99 CarSystemBarController carSystemBarController, in CarKeyguardViewController()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/keyguard/
DCarKeyguardViewControllerTest.java42 import com.android.systemui.car.systembar.CarSystemBarController;
92 mock(CarSystemBarController.class), in setUp()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java35 public class CarSystemBarController { class
62 public CarSystemBarController(Context context, in CarSystemBarController() method in CarSystemBarController
DCarSystemBar.java70 private final CarSystemBarController mCarSystemBarController;
121 CarSystemBarController carSystemBarController, in CarSystemBar()
DCarSystemBarView.java27 import com.android.systemui.car.systembar.CarSystemBarController.NotificationsShadeController;