Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputUriController.java27 import com.android.systemui.statusbar.notification.NotificationEntryListener;
73 private final NotificationEntryListener mInlineUriListener = new NotificationEntryListener() {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java222 public void addNotificationEntryListener(NotificationEntryListener listener) { in addNotificationEntryListener()
230 public void removeNotificationEntryListener(NotificationEntryListener listener) { in removeNotificationEntryListener()
331 for (NotificationEntryListener listener : mNotificationEntryListeners) { in handleInflationException()
351 for (NotificationEntryListener listener : mNotificationEntryListeners) {
356 for (NotificationEntryListener listener : mNotificationEntryListeners) {
360 for (NotificationEntryListener listener : mNotificationEntryListeners) {
531 for (NotificationEntryListener listener : mNotificationEntryListeners) { in removeNotificationInternal()
646 for (NotificationEntryListener listener : mNotificationEntryListeners) { in addNotificationInternal()
689 for (NotificationEntryListener listener : mNotificationEntryListeners) { in updateNotificationInternal()
703 for (NotificationEntryListener listener : mNotificationEntryListeners) { in updateNotificationInternal()
[all …]
H A DNotificationListController.java57 private final NotificationEntryListener mEntryListener = new NotificationEntryListener() {
H A DNotificationEntryListener.java31 public interface NotificationEntryListener { interface
H A DConversationNotifications.kt99 notificationEntryManager.addNotificationEntryListener(object : NotificationEntryListener {
150 notificationEntryManager.addNotificationEntryListener(object : NotificationEntryListener {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifController.java36 import com.android.systemui.statusbar.notification.NotificationEntryListener;
166 private final NotificationEntryListener mEntryListener = new NotificationEntryListener() {
H A DNotificationGroupAlertTransferHelper.java31 import com.android.systemui.statusbar.notification.NotificationEntryListener;
244 private final NotificationEntryListener mNotificationEntryListener =
245 new NotificationEntryListener() {
H A DStatusBarNotificationActivityStarter.java66 import com.android.systemui.statusbar.notification.NotificationEntryListener;
208 mEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in StatusBarNotificationActivityStarter()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DLegacyNotificationPresenterExtensions.java27 import com.android.systemui.statusbar.notification.NotificationEntryListener;
60 mEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in ensureEntryListenerAdded()
H A DVisualStabilityManager.java30 import com.android.systemui.statusbar.notification.NotificationEntryListener;
82 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in VisualStabilityManager()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifControllerTest.java41 import com.android.systemui.statusbar.notification.NotificationEntryListener;
67 @Captor private ArgumentCaptor<NotificationEntryListener> mListenerCaptor;
73 private NotificationEntryListener mEntryListener;
H A DNotificationGroupAlertTransferHelperTest.java42 import com.android.systemui.statusbar.notification.NotificationEntryListener;
79 @Captor private ArgumentCaptor<NotificationEntryListener> mListenerCaptor;
80 private NotificationEntryListener mNotificationEntryListener;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNonPhoneDependencyTest.java30 import com.android.systemui.statusbar.notification.NotificationEntryListener;
59 private NotificationEntryListener mEntryListener;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationListControllerTest.java60 @Captor private ArgumentCaptor<NotificationEntryListener> mEntryListenerCaptor;
63 private NotificationEntryListener mEntryListener;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceNotificationListener.java28 import com.android.systemui.statusbar.notification.NotificationEntryListener;
60 mEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in ForegroundServiceNotificationListener()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DForegroundServiceSectionController.kt32 import com.android.systemui.statusbar.notification.NotificationEntryListener
59 entryManager.addNotificationEntryListener(object : NotificationEntryListener {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationEntryManagerInflationTest.java66 import com.android.systemui.statusbar.notification.NotificationEntryListener;
128 @Mock private NotificationEntryListener mEntryListener;
431 NotificationEntryListener inflationListener = new NotificationEntryListener() { in waitForInflation()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java47 import com.android.systemui.statusbar.notification.NotificationEntryListener;
86 @Captor private ArgumentCaptor<NotificationEntryListener> mEntryListenerCaptor;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
H A DPeopleHubNotificationListener.kt44 import com.android.systemui.statusbar.notification.NotificationEntryListener
122 private val notificationEntryListener = object : NotificationEntryListener {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java41 import com.android.systemui.statusbar.notification.NotificationEntryListener;
223 entryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationLogger()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java70 import com.android.systemui.statusbar.notification.NotificationEntryListener;
413 new NotificationEntryListener() { in setupNEM()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java60 import com.android.systemui.statusbar.notification.NotificationEntryListener;
274 mEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in setupNEM()
H A DNotificationRemoteInputManager.java59 import com.android.systemui.statusbar.notification.NotificationEntryListener;
298 notificationEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in NotificationRemoteInputManager()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java88 import com.android.systemui.statusbar.notification.NotificationEntryListener;
185 private ArgumentCaptor<NotificationEntryListener> mEntryListenerCaptor;
195 private NotificationEntryListener mEntryListener;

12