Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java278 @Mock protected NotificationsQSContainerController mNotificationsQSContainerController; field in NotificationPanelViewControllerBaseTest
602 mNotificationsQSContainerController, in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java392 private final NotificationsQSContainerController mNotificationsQSContainerController; field in NotificationPanelViewController
855 mNotificationsQSContainerController = notificationsQSContainerController; in NotificationPanelViewController()
860 mNotificationsQSContainerController.init(); in NotificationPanelViewController()
1293 mNotificationsQSContainerController.updateResources(); in updateResources()