Searched defs:onNotificationFeedbackReceived (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | INotificationListener.aidl | 62 …void onNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle fee… in onNotificationFeedbackReceived() method
|
H A D | NotificationAssistantService.java | 287 public void onNotificationFeedbackReceived(@NonNull String key, @NonNull RankingMap rankingMap, in onNotificationFeedbackReceived() method in NotificationAssistantService 477 public void onNotificationFeedbackReceived(String key, NotificationRankingUpdate update, in onNotificationFeedbackReceived() method in NotificationAssistantService.NotificationAssistantServiceWrapper
|
H A D | NotificationListenerService.java | 1594 public void onNotificationFeedbackReceived(String key, NotificationRankingUpdate update, in onNotificationFeedbackReceived() method in NotificationListenerService.NotificationListenerWrapper
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationDelegate.java | 99 void onNotificationFeedbackReceived(String key, Bundle feedback); in onNotificationFeedbackReceived() method
|
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBarService.aidl | 87 void onNotificationFeedbackReceived(String key, in Bundle feedback); in onNotificationFeedbackReceived() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1593 public void onNotificationFeedbackReceived(String key, Bundle feedback) { in onNotificationFeedbackReceived() method in StatusBarManagerService
|