Home
last modified time | relevance | path

Searched defs:onNotificationFeedbackReceived (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl63 …void onNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle fee… in onNotificationFeedbackReceived() method
DNotificationAssistantService.java310 public void onNotificationFeedbackReceived(@NonNull String key, @NonNull RankingMap rankingMap, in onNotificationFeedbackReceived() method in NotificationAssistantService
500 public void onNotificationFeedbackReceived(String key, NotificationRankingUpdate update, in onNotificationFeedbackReceived() method in NotificationAssistantService.NotificationAssistantServiceWrapper
DNotificationListenerService.java1657 public void onNotificationFeedbackReceived(String key, NotificationRankingUpdate update, in onNotificationFeedbackReceived() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java101 void onNotificationFeedbackReceived(String key, Bundle feedback); in onNotificationFeedbackReceived() method
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl96 void onNotificationFeedbackReceived(String key, in Bundle feedback); in onNotificationFeedbackReceived() method
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1928 public void onNotificationFeedbackReceived(String key, Bundle feedback) { in onNotificationFeedbackReceived() method in StatusBarManagerService