Home
last modified time | relevance | path

Searched defs:onNotificationRemoved (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java133 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in NotificationListener
146 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in NotificationListener
243 void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap); in onNotificationRemoved() method
244 void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, int reason); in onNotificationRemoved() method
DNotificationMediaManager.java385 public void onNotificationRemoved(String key) { in onNotificationRemoved() method in NotificationMediaManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
DTvNotificationHandler.java79 public void onNotificationRemoved(StatusBarNotification sbn, in onNotificationRemoved() method in TvNotificationHandler
93 public void onNotificationRemoved(StatusBarNotification sbn, in onNotificationRemoved() method in TvNotificationHandler
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DNotificationListenerController.java45 default boolean onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/
DNotificationListener.kt32 override fun onNotificationRemoved(sbn: StatusBarNotification) { in onNotificationRemoved() method in com.android.wm.shell.flicker.NotificationListener
/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl39 void onNotificationRemoved(in IStatusBarNotificationHolder notificationHolder, in onNotificationRemoved() method
DNotificationListenerService.java464 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in NotificationListenerService
488 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in NotificationListenerService
513 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in NotificationListenerService
525 public void onNotificationRemoved(@NonNull StatusBarNotification sbn, in onNotificationRemoved() method in NotificationListenerService
1431 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, in onNotificationRemoved() method in NotificationListenerService.NotificationListenerWrapper
DNotificationAssistantService.java188 public void onNotificationRemoved(@NonNull StatusBarNotification sbn, in onNotificationRemoved() method in NotificationAssistantService
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java142 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in GroupHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java310 private void onNotificationRemoved(String key, StatusBarNotification old, int reason) { in onNotificationRemoved() method in StatusBarNotificationPresenter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java380 private void onNotificationRemoved( in onNotificationRemoved() method in NotifCollection
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaDataManager.kt757 fun onNotificationRemoved(key: String) { in onNotificationRemoved() method
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java1184 public synchronized void onNotificationRemoved(StatusBarNotification sbn, in onNotificationRemoved() method in DataManager.NotificationListener