Home
last modified time | relevance | path

Searched refs:notificationEntryManager (Results 1 – 9 of 9) 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/
DNotificationAlertingManager.java55 NotificationEntryManager notificationEntryManager, in NotificationAlertingManager() argument
67 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationAlertingManager()
DVisualStabilityManager.java67 NotificationEntryManager notificationEntryManager, in VisualStabilityManager() argument
72 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in VisualStabilityManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java207 NotificationEntryManager notificationEntryManager, in TestableNotificationRemoteInputManager() argument
211 super(context, lockscreenUserManager, smartReplyController, notificationEntryManager, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/
DCarSystemUIModule.java65 CarNotificationEntryManager notificationEntryManager); in bindNotificationEntryManager() argument
/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.java262 NotificationEntryManager notificationEntryManager, in NotificationRemoteInputManager() argument
269 mEntryManager = notificationEntryManager; in NotificationRemoteInputManager()
279 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationRemoteInputManager()
DNotificationViewHierarchyManager.java108 NotificationEntryManager notificationEntryManager, in NotificationViewHierarchyManager() argument
119 mEntryManager = notificationEntryManager; in NotificationViewHierarchyManager()
DNotificationMediaManager.java190 NotificationEntryManager notificationEntryManager, in NotificationMediaManager() argument
203 mEntryManager = notificationEntryManager; in NotificationMediaManager()
204 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationMediaManager()