Searched refs:CarSystemBarController (Results 1 – 12 of 12) sorted by relevance
32 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()
21 import com.android.systemui.car.systembar.CarSystemBarController;37 CarSystemBarController carSystemBarController, in TopNotificationPanelViewMediator()
21 import com.android.systemui.car.systembar.CarSystemBarController;37 CarSystemBarController carSystemBarController, in BottomNotificationPanelViewMediator()
57 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()
51 private CarSystemBarController.NotificationsShadeController mNotificationsShadeController;
280 CarSystemBarController carSystemBarController, in TestTopNotificationPanelViewMediator()
80 private CarSystemBarController mCarSystemBarController;
31 import com.android.systemui.car.systembar.CarSystemBarController;64 private final CarSystemBarController mCarSystemBarController;99 CarSystemBarController carSystemBarController, in CarKeyguardViewController()
42 import com.android.systemui.car.systembar.CarSystemBarController;92 mock(CarSystemBarController.class), in setUp()
35 public class CarSystemBarController { class62 public CarSystemBarController(Context context, in CarSystemBarController() method in CarSystemBarController
70 private final CarSystemBarController mCarSystemBarController;121 CarSystemBarController carSystemBarController, in CarSystemBar()
27 import com.android.systemui.car.systembar.CarSystemBarController.NotificationsShadeController;