Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarView.java33 import com.android.systemui.car.systembar.CarSystemBarController.NotificationsShadeController;
65 private NotificationsShadeController mNotificationsShadeController;
155 public void setNotificationsPanelController(NotificationsShadeController controller) { in setNotificationsPanelController()
165 public NotificationsShadeController getNotificationsPanelController() { in getNotificationsPanelController()
H A DCarSystemBarController.java77 private NotificationsShadeController mNotificationsShadeController;
344 NotificationsShadeController notifShadeController, in setupBar()
423 NotificationsShadeController notificationsShadeController) { in registerNotificationController()
551 public interface NotificationsShadeController { interface in CarSystemBarController
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DCarSystemBarControllerTest.java389 CarSystemBarController.NotificationsShadeController controller = in testRegisterNotificationController_createViewFirst_registrationSuccessful()
393 mock(CarSystemBarController.NotificationsShadeController.class)); in testRegisterNotificationController_createViewFirst_registrationSuccessful()
405 mock(CarSystemBarController.NotificationsShadeController.class)); in testRegisterNotificationController_registerFirst_registrationSuccessful()
407 CarSystemBarController.NotificationsShadeController controller = in testRegisterNotificationController_registerFirst_registrationSuccessful()
H A DCarSystemBarViewTest.java51 private CarSystemBarController.NotificationsShadeController mNotificationsShadeController;
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewMediator.java102 new CarSystemBarController.NotificationsShadeController() { in registerListeners()