Home
last modified time | relevance | path

Searched refs:getNotificationsPanelController (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DCarSystemBarControllerTest.java390 bottomBar.getNotificationsPanelController(); in testRegisterNotificationController_createViewFirst_registrationSuccessful()
394 controller = bottomBar.getNotificationsPanelController(); in testRegisterNotificationController_createViewFirst_registrationSuccessful()
408 bottomBar.getNotificationsPanelController(); in testRegisterNotificationController_registerFirst_registrationSuccessful()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarView.java165 public NotificationsShadeController getNotificationsPanelController() { in getNotificationsPanelController() method in CarSystemBarView