Home
last modified time | relevance | path

Searched refs:NotificationEntryListener (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java98 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 …]
DNotificationListController.java65 private final NotificationEntryListener mEntryListener = new NotificationEntryListener() {
DNotificationEntryListener.java32 public interface NotificationEntryListener { interface
DNotificationAlertingManager.java67 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationAlertingManager()
DVisualStabilityManager.java72 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in VisualStabilityManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java45 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/
DForegroundServiceNotificationListener.java27 import com.android.systemui.statusbar.notification.NotificationEntryListener;
50 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in ForegroundServiceNotificationListener()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java30 import com.android.systemui.statusbar.notification.NotificationEntryListener;
61 private NotificationEntryListener mEntryListener;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java37 import com.android.systemui.statusbar.notification.NotificationEntryListener;
65 private ArgumentCaptor<NotificationEntryListener> mListenerCaptor;
66 private NotificationEntryListener mNotificationEntryListener;
DStatusBarTest.java102 import com.android.systemui.statusbar.notification.NotificationEntryListener;
164 private NotificationEntryListener mEntryListener;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java32 import com.android.systemui.statusbar.notification.NotificationEntryListener;
181 private final NotificationEntryListener mNotificationEntryListener =
182 new NotificationEntryListener() {
DStatusBarNotificationPresenter.java64 import com.android.systemui.statusbar.notification.NotificationEntryListener;
186 NotificationEntryListener notificationEntryListener = new NotificationEntryListener() { in StatusBarNotificationPresenter()
DStatusBarNotificationActivityStarter.java64 import com.android.systemui.statusbar.notification.NotificationEntryListener;
158 mEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in StatusBarNotificationActivityStarter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java40 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/
DNotificationListControllerTest.java69 @Captor private ArgumentCaptor<NotificationEntryListener> mEntryListenerCaptor;
72 private NotificationEntryListener mEntryListener;
DNotificationEntryManagerTest.java118 @Mock private NotificationEntryListener mEntryListener;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java39 import com.android.systemui.statusbar.notification.NotificationEntryListener;
210 entryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationLogger()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java66 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/
DBubbleController.java83 import com.android.systemui.statusbar.notification.NotificationEntryListener;
639 private final NotificationEntryListener mEntryListener = new NotificationEntryListener() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java56 import com.android.systemui.statusbar.notification.NotificationEntryListener;
279 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationRemoteInputManager()
DNotificationMediaManager.java60 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/
DNotificationStackScrollLayout.java109 import com.android.systemui.statusbar.notification.NotificationEntryListener;
601 mEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationStackScrollLayout()