/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 98 private final List<NotificationEntryListener> mNotificationEntryListeners = new ArrayList<>(); 130 public void addNotificationEntryListener(NotificationEntryListener listener) { in addNotificationEntryListener() 227 for (NotificationEntryListener listener : mNotificationEntryListeners) { in handleInflationException() 241 for (NotificationEntryListener listener : mNotificationEntryListeners) { in onAsyncInflationFinished() 245 for (NotificationEntryListener listener : mNotificationEntryListeners) { in onAsyncInflationFinished() 249 for (NotificationEntryListener listener : mNotificationEntryListeners) { in onAsyncInflationFinished() 253 for (NotificationEntryListener listener : mNotificationEntryListeners) { in onAsyncInflationFinished() 333 for (NotificationEntryListener listener : mNotificationEntryListeners) { in removeNotificationInternal() 403 for (NotificationEntryListener listener : mNotificationEntryListeners) { in addNotificationInternal() 435 for (NotificationEntryListener listener : mNotificationEntryListeners) { in updateNotificationInternal() [all …]
|
D | NotificationListController.java | 65 private final NotificationEntryListener mEntryListener = new NotificationEntryListener() {
|
D | NotificationEntryListener.java | 32 public interface NotificationEntryListener { interface
|
D | NotificationAlertingManager.java | 67 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationAlertingManager()
|
D | VisualStabilityManager.java | 72 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in VisualStabilityManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLoggerTest.java | 45 import com.android.systemui.statusbar.notification.NotificationEntryListener; 81 @Captor private ArgumentCaptor<NotificationEntryListener> mEntryListenerCaptor; 85 private NotificationEntryListener mNotificationEntryListener;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServiceNotificationListener.java | 27 import com.android.systemui.statusbar.notification.NotificationEntryListener; 50 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in ForegroundServiceNotificationListener()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NonPhoneDependencyTest.java | 30 import com.android.systemui.statusbar.notification.NotificationEntryListener; 61 private NotificationEntryListener mEntryListener;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupAlertTransferHelperTest.java | 37 import com.android.systemui.statusbar.notification.NotificationEntryListener; 65 private ArgumentCaptor<NotificationEntryListener> mListenerCaptor; 66 private NotificationEntryListener mNotificationEntryListener;
|
D | StatusBarTest.java | 102 import com.android.systemui.statusbar.notification.NotificationEntryListener; 164 private NotificationEntryListener mEntryListener;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupAlertTransferHelper.java | 32 import com.android.systemui.statusbar.notification.NotificationEntryListener; 181 private final NotificationEntryListener mNotificationEntryListener = 182 new NotificationEntryListener() {
|
D | StatusBarNotificationPresenter.java | 64 import com.android.systemui.statusbar.notification.NotificationEntryListener; 186 NotificationEntryListener notificationEntryListener = new NotificationEntryListener() { in StatusBarNotificationPresenter()
|
D | StatusBarNotificationActivityStarter.java | 64 import com.android.systemui.statusbar.notification.NotificationEntryListener; 158 mEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in StatusBarNotificationActivityStarter()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceControllerTest.java | 40 import com.android.systemui.statusbar.notification.NotificationEntryListener; 57 private NotificationEntryListener mEntryListener; 65 ArgumentCaptor<NotificationEntryListener> entryListenerCaptor = in setUp() 66 ArgumentCaptor.forClass(NotificationEntryListener.class); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationListControllerTest.java | 69 @Captor private ArgumentCaptor<NotificationEntryListener> mEntryListenerCaptor; 72 private NotificationEntryListener mEntryListener;
|
D | NotificationEntryManagerTest.java | 118 @Mock private NotificationEntryListener mEntryListener;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 39 import com.android.systemui.statusbar.notification.NotificationEntryListener; 210 entryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationLogger()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleControllerTest.java | 66 import com.android.systemui.statusbar.notification.NotificationEntryListener; 122 private ArgumentCaptor<NotificationEntryListener> mEntryListenerCaptor; 128 private NotificationEntryListener mEntryListener;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 83 import com.android.systemui.statusbar.notification.NotificationEntryListener; 639 private final NotificationEntryListener mEntryListener = new NotificationEntryListener() {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 56 import com.android.systemui.statusbar.notification.NotificationEntryListener; 279 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationRemoteInputManager()
|
D | NotificationMediaManager.java | 60 import com.android.systemui.statusbar.notification.NotificationEntryListener; 204 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationMediaManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 109 import com.android.systemui.statusbar.notification.NotificationEntryListener; 601 mEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationStackScrollLayout()
|