/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputUriController.java | 27 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 D | NotificationEntryManager.java | 222 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 D | NotificationListController.java | 57 private final NotificationEntryListener mEntryListener = new NotificationEntryListener() {
|
H A D | NotificationEntryListener.java | 31 public interface NotificationEntryListener { interface
|
H A D | ConversationNotifications.kt | 99 notificationEntryManager.addNotificationEntryListener(object : NotificationEntryListener { 150 notificationEntryManager.addNotificationEntryListener(object : NotificationEntryListener {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | LightsOutNotifController.java | 36 import com.android.systemui.statusbar.notification.NotificationEntryListener; 166 private final NotificationEntryListener mEntryListener = new NotificationEntryListener() {
|
H A D | NotificationGroupAlertTransferHelper.java | 31 import com.android.systemui.statusbar.notification.NotificationEntryListener; 244 private final NotificationEntryListener mNotificationEntryListener = 245 new NotificationEntryListener() {
|
H A D | StatusBarNotificationActivityStarter.java | 66 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 D | LegacyNotificationPresenterExtensions.java | 27 import com.android.systemui.statusbar.notification.NotificationEntryListener; 60 mEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in ensureEntryListenerAdded()
|
H A D | VisualStabilityManager.java | 30 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 D | LightsOutNotifControllerTest.java | 41 import com.android.systemui.statusbar.notification.NotificationEntryListener; 67 @Captor private ArgumentCaptor<NotificationEntryListener> mListenerCaptor; 73 private NotificationEntryListener mEntryListener;
|
H A D | NotificationGroupAlertTransferHelperTest.java | 42 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 D | NonPhoneDependencyTest.java | 30 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 D | NotificationListControllerTest.java | 60 @Captor private ArgumentCaptor<NotificationEntryListener> mEntryListenerCaptor; 63 private NotificationEntryListener mEntryListener;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ForegroundServiceNotificationListener.java | 28 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 D | ForegroundServiceSectionController.kt | 32 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 D | NotificationEntryManagerInflationTest.java | 66 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 D | ForegroundServiceControllerTest.java | 47 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 D | NotificationLoggerTest.java | 47 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 D | PeopleHubNotificationListener.kt | 44 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 D | NotificationLogger.java | 41 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 D | BubblesManager.java | 70 import com.android.systemui.statusbar.notification.NotificationEntryListener; 413 new NotificationEntryListener() { in setupNEM()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationMediaManager.java | 60 import com.android.systemui.statusbar.notification.NotificationEntryListener; 274 mEntryManager.addNotificationEntryListener(new NotificationEntryListener() { in setupNEM()
|
H A D | NotificationRemoteInputManager.java | 59 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 D | BubblesTest.java | 88 import com.android.systemui.statusbar.notification.NotificationEntryListener; 185 private ArgumentCaptor<NotificationEntryListener> mEntryListenerCaptor; 195 private NotificationEntryListener mEntryListener;
|