Home
last modified time | relevance | path

Searched refs:notificationEntryManager (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java47 NotificationEntryManager notificationEntryManager) { in ForegroundServiceNotificationListener() argument
50 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in ForegroundServiceNotificationListener()
70 notificationEntryManager.addNotificationLifetimeExtender( in ForegroundServiceNotificationListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DVisualStabilityManager.java67 NotificationEntryManager notificationEntryManager, in VisualStabilityManager() argument
72 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in VisualStabilityManager()
DNotificationAlertingManager.java59 NotificationEntryManager notificationEntryManager, in NotificationAlertingManager() argument
73 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationAlertingManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java203 NotificationEntryManager notificationEntryManager, in TestableNotificationRemoteInputManager() argument
206 super(context, lockscreenUserManager, smartReplyController, notificationEntryManager, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java62 NotificationEntryManager notificationEntryManager = mock(NotificationEntryManager.class); in setUp() local
64 mContext, mFsc, notificationEntryManager); in setUp()
67 verify(notificationEntryManager).addNotificationEntryListener( in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java260 NotificationEntryManager notificationEntryManager, in NotificationRemoteInputManager() argument
266 mEntryManager = notificationEntryManager; in NotificationRemoteInputManager()
275 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationRemoteInputManager()
DNotificationMediaManager.java175 NotificationEntryManager notificationEntryManager, in NotificationMediaManager() argument
186 mEntryManager = notificationEntryManager; in NotificationMediaManager()
187 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationMediaManager()
DNotificationViewHierarchyManager.java106 NotificationEntryManager notificationEntryManager, in NotificationViewHierarchyManager() argument
115 mEntryManager = notificationEntryManager; in NotificationViewHierarchyManager()