Home
last modified time | relevance | path

Searched refs:ConversationNotificationManager (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DConversationNotifications.kt51 private val conversationNotificationManager: ConversationNotificationManager in <lambda>()
140 class ConversationNotificationManager class
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java153 import com.android.systemui.statusbar.notification.ConversationNotificationManager;
264 @Mock protected ConversationNotificationManager mConversationNotificationManager;
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java190 import com.android.systemui.statusbar.notification.ConversationNotificationManager;
334 private final ConversationNotificationManager mConversationNotificationManager;
722 ConversationNotificationManager conversationNotificationManager, in NotificationPanelViewController()