Searched defs:onNotificationRemoved (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Car/Stream/src/com/android/car/stream/notifications/
H A DStreamNotificationListenerService.java36 public void onNotificationRemoved(StatusBarNotification sbn) { method in class:StreamNotificationListenerService
/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupDataProvider.java96 public void onNotificationRemoved(PackageUserKey removedPackageUserKey, method in class:PopupDataProvider
/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationListener.java118 sNotificationsChangedListener.onNotificationRemoved(pair.first, pair.second);
223 public void onNotificationRemoved(final StatusBarNotification sbn) { method in class:NotificationListener
224 super.onNotificationRemoved(sbn);
288 void onNotificationRemoved(PackageUserKey removedPackageUserKey, method in interface:NotificationListener.NotificationsChangedListener
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DListener.java291 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { method in class:Listener
292 Log.w(TAG, "onNotificationRemoved: " + sbn.getKey());

Completed in 118 milliseconds