Home
last modified time | relevance | path

Searched refs:NotificationsShadeController (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarView.java27 import com.android.systemui.car.systembar.CarSystemBarController.NotificationsShadeController;
56 private NotificationsShadeController mNotificationsShadeController;
119 public void setNotificationsPanelController(NotificationsShadeController controller) { in setNotificationsPanelController()
124 public NotificationsShadeController getNotificationsPanelController() { in getNotificationsPanelController()
DCarSystemBarController.java54 private NotificationsShadeController mNotificationsShadeController;
225 NotificationsShadeController notifShadeController) { in setupBar()
269 NotificationsShadeController notificationsShadeController) { in registerNotificationController()
363 public interface NotificationsShadeController { interface in CarSystemBarController
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java394 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;
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewMediator.java102 new CarSystemBarController.NotificationsShadeController() { in registerListeners()