Searched refs:notificationEntryManager (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServiceNotificationListener.java | 47 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/ |
D | VisualStabilityManager.java | 67 NotificationEntryManager notificationEntryManager, in VisualStabilityManager() argument 72 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in VisualStabilityManager()
|
D | NotificationAlertingManager.java | 59 NotificationEntryManager notificationEntryManager, in NotificationAlertingManager() argument 73 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationAlertingManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManagerTest.java | 203 NotificationEntryManager notificationEntryManager, in TestableNotificationRemoteInputManager() argument 206 super(context, lockscreenUserManager, smartReplyController, notificationEntryManager, in TestableNotificationRemoteInputManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceControllerTest.java | 62 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/ |
D | NotificationRemoteInputManager.java | 260 NotificationEntryManager notificationEntryManager, in NotificationRemoteInputManager() argument 266 mEntryManager = notificationEntryManager; in NotificationRemoteInputManager() 275 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationRemoteInputManager()
|
D | NotificationMediaManager.java | 175 NotificationEntryManager notificationEntryManager, in NotificationMediaManager() argument 186 mEntryManager = notificationEntryManager; in NotificationMediaManager() 187 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationMediaManager()
|
D | NotificationViewHierarchyManager.java | 106 NotificationEntryManager notificationEntryManager, in NotificationViewHierarchyManager() argument 115 mEntryManager = notificationEntryManager; in NotificationViewHierarchyManager()
|