Searched defs:onNotificationFeedbackReceived (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | INotificationListener.aidl | 63 …void onNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle fee… in onNotificationFeedbackReceived() method
|
D | NotificationAssistantService.java | 310 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
|
D | NotificationListenerService.java | 1657 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 | 96 void onNotificationFeedbackReceived(String key, in Bundle feedback); in onNotificationFeedbackReceived() method
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1928 public void onNotificationFeedbackReceived(String key, Bundle feedback) { in onNotificationFeedbackReceived() method in StatusBarManagerService
|