Home
last modified time | relevance | path

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

/packages/apps/TvSystemUI/src/com/android/systemui/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
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java246 public void onNotificationRemoved(final StatusBarNotification sbn) { in onNotificationRemoved() method in NotificationListener
326 void onNotificationRemoved(PackageUserKey removedPackageUserKey, in onNotificationRemoved() method
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java94 public void onNotificationRemoved(PackageUserKey removedPackageUserKey, in onNotificationRemoved() method in PopupDataProvider
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestNotificationService.java133 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in TestNotificationService
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DAssistant.java254 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in Assistant
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java156 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in CarNotificationListener
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DTestNotificationListener.kt63 override fun onNotificationRemoved(statusBarNotification: StatusBarNotification) { in <lambda>() method