Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java236 @Mock protected ConversationNotificationManager mConversationNotificationManager; field in NotificationPanelViewControllerBaseTest
599 mConversationNotificationManager, mMediaHierarchyManager, in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java328 private final ConversationNotificationManager mConversationNotificationManager; field in NotificationPanelViewController
916 mConversationNotificationManager = conversationNotificationManager; in NotificationPanelViewController()
2662 mConversationNotificationManager.onNotificationPanelExpandStateChanged(isFullyCollapsed()); in onExpandingFinished()