Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputUriController.java27 import com.android.systemui.statusbar.notification.NotificationEntryListener;
73 private final NotificationEntryListener mInlineUriListener = new NotificationEntryListener() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationListController.java57 private final NotificationEntryListener mEntryListener = new NotificationEntryListener() {
DNotificationEntryManager.java153 private final List<NotificationEntryListener> mNotificationEntryListeners = new ArrayList<>();
230 public void addNotificationEntryListener(NotificationEntryListener listener) { in addNotificationEntryListener()
238 public void removeNotificationEntryListener(NotificationEntryListener listener) { in removeNotificationEntryListener()
342 for (NotificationEntryListener listener : mNotificationEntryListeners) { in handleInflationException()
362 for (NotificationEntryListener listener : mNotificationEntryListeners) {
367 for (NotificationEntryListener listener : mNotificationEntryListeners) {
371 for (NotificationEntryListener listener : mNotificationEntryListeners) {
530 for (NotificationEntryListener listener : mNotificationEntryListeners) { in removeNotificationInternal()
645 for (NotificationEntryListener listener : mNotificationEntryListeners) { in addNotificationInternal()
688 for (NotificationEntryListener listener : mNotificationEntryListeners) { in updateNotificationInternal()
[all …]
DNotificationEntryListener.java31 public interface NotificationEntryListener { interface
DConversationNotifications.kt99 notificationEntryManager.addNotificationEntryListener(object : NotificationEntryListener { in bind()
150 notificationEntryManager.addNotificationEntryListener(object : NotificationEntryListener {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightsOutNotifController.java35 import com.android.systemui.statusbar.notification.NotificationEntryListener;
161 private final NotificationEntryListener mEntryListener = new NotificationEntryListener() {
DNotificationGroupAlertTransferHelper.java31 import com.android.systemui.statusbar.notification.NotificationEntryListener;
244 private final NotificationEntryListener mNotificationEntryListener =
245 new NotificationEntryListener() {
DStatusBarNotificationPresenter.java64 import com.android.systemui.statusbar.notification.NotificationEntryListener;
188 NotificationEntryListener notificationEntryListener = new NotificationEntryListener() { in StatusBarNotificationPresenter()
DStatusBarNotificationActivityStarter.java65 import com.android.systemui.statusbar.notification.NotificationEntryListener;
206 mEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in StatusBarNotificationActivityStarter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightsOutNotifControllerTest.java41 import com.android.systemui.statusbar.notification.NotificationEntryListener;
67 @Captor private ArgumentCaptor<NotificationEntryListener> mListenerCaptor;
73 private NotificationEntryListener mEntryListener;
DNotificationGroupAlertTransferHelperTest.java41 import com.android.systemui.statusbar.notification.NotificationEntryListener;
78 @Captor private ArgumentCaptor<NotificationEntryListener> mListenerCaptor;
79 private NotificationEntryListener mNotificationEntryListener;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java30 import com.android.systemui.statusbar.notification.NotificationEntryListener;
59 private NotificationEntryListener mEntryListener;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationListControllerTest.java60 @Captor private ArgumentCaptor<NotificationEntryListener> mEntryListenerCaptor;
63 private NotificationEntryListener mEntryListener;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java28 import com.android.systemui.statusbar.notification.NotificationEntryListener;
60 mEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in ForegroundServiceNotificationListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DForegroundServiceSectionController.kt32 import com.android.systemui.statusbar.notification.NotificationEntryListener in <lambda>()
59 entryManager.addNotificationEntryListener(object : NotificationEntryListener { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DVisualStabilityManager.java29 import com.android.systemui.statusbar.notification.NotificationEntryListener;
79 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in VisualStabilityManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationEntryManagerInflationTest.java64 import com.android.systemui.statusbar.notification.NotificationEntryListener;
125 @Mock private NotificationEntryListener mEntryListener;
425 NotificationEntryListener inflationListener = new NotificationEntryListener() { in waitForInflation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java47 import com.android.systemui.statusbar.notification.NotificationEntryListener;
67 private NotificationEntryListener mEntryListener;
83 ArgumentCaptor<NotificationEntryListener> entryListenerCaptor = in setUp()
84 ArgumentCaptor.forClass(NotificationEntryListener.class); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java47 import com.android.systemui.statusbar.notification.NotificationEntryListener;
86 @Captor private ArgumentCaptor<NotificationEntryListener> mEntryListenerCaptor;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleHubNotificationListener.kt44 import com.android.systemui.statusbar.notification.NotificationEntryListener in <lambda>()
122 private val notificationEntryListener = object : NotificationEntryListener { in extractPersonKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java40 import com.android.systemui.statusbar.notification.NotificationEntryListener;
219 entryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java58 import com.android.systemui.statusbar.notification.NotificationEntryListener;
305 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationRemoteInputManager()
DNotificationMediaManager.java60 import com.android.systemui.statusbar.notification.NotificationEntryListener;
277 mEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in setupNEM()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java72 import com.android.systemui.statusbar.notification.NotificationEntryListener;
409 new NotificationEntryListener() { in setupNEM()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java87 import com.android.systemui.statusbar.notification.NotificationEntryListener;
182 private ArgumentCaptor<NotificationEntryListener> mEntryListenerCaptor;
190 private NotificationEntryListener mEntryListener;

12