Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java264 @Mock protected ConversationNotificationManager mConversationNotificationManager; field in NotificationPanelViewControllerBaseTest
702 mConversationNotificationManager, mMediaHierarchyManager, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java334 private final ConversationNotificationManager mConversationNotificationManager; field in NotificationPanelViewController
935 mConversationNotificationManager = conversationNotificationManager; in NotificationPanelViewController()
2823 mConversationNotificationManager.onNotificationPanelExpandStateChanged(isFullyCollapsed()); in onExpandingFinished()