Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java308 @Mock protected NotificationsQSContainerController mNotificationsQSContainerController; field in NotificationPanelViewControllerBaseTest
705 mNotificationsQSContainerController, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java396 private final NotificationsQSContainerController mNotificationsQSContainerController; field in NotificationPanelViewController
876 mNotificationsQSContainerController = notificationsQSContainerController; in NotificationPanelViewController()
881 mNotificationsQSContainerController.init(); in NotificationPanelViewController()
1349 mNotificationsQSContainerController.updateResources(); in updateResources()