Searched defs:onNotificationFeedbackReceived (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | INotificationListener.aidl | 62 …void onNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle fee… in onNotificationFeedbackReceived() method
|
D | NotificationAssistantService.java | 308 public void onNotificationFeedbackReceived(@NonNull String key, @NonNull RankingMap rankingMap, in onNotificationFeedbackReceived() method in NotificationAssistantService 498 public void onNotificationFeedbackReceived(String key, NotificationRankingUpdate update, in onNotificationFeedbackReceived() method in NotificationAssistantService.NotificationAssistantServiceWrapper
|
D | NotificationListenerService.java | 1601 public void onNotificationFeedbackReceived(String key, NotificationRankingUpdate update, in onNotificationFeedbackReceived() method in NotificationListenerService.NotificationListenerWrapper
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 101 void onNotificationFeedbackReceived(String key, Bundle feedback); in onNotificationFeedbackReceived() method
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 95 void onNotificationFeedbackReceived(String key, in Bundle feedback); in onNotificationFeedbackReceived() method
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1758 public void onNotificationFeedbackReceived(String key, Bundle feedback) { in onNotificationFeedbackReceived() method in StatusBarManagerService
|