/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationDelegate.java | 101 void onNotificationFeedbackReceived(String key, Bundle feedback); in onNotificationFeedbackReceived() method
|
H A D | NotificationManagerService.java | 1564 public void onNotificationFeedbackReceived(String key, Bundle feedback) { 10861 assistant.onNotificationFeedbackReceived(sbn.getKey(), update, feedback);
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A 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 651 onNotificationFeedbackReceived(key, ranking, feedback); in handleMessage()
|
H A D | INotificationListener.aidl | 63 …void onNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle fee… in onNotificationFeedbackReceived() method
|
H A D | NotificationListenerService.java | 1636 public void onNotificationFeedbackReceived(String key, NotificationRankingUpdate update, in onNotificationFeedbackReceived() method in NotificationListenerService.NotificationListenerWrapper
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBarService.aidl | 96 void onNotificationFeedbackReceived(String key, in Bundle feedback); in onNotificationFeedbackReceived() method
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | FeedbackInfo.java | 197 mStatusBarService.onNotificationFeedbackReceived(mRanking.getKey(), feedback); in sendFeedbackToAssistant()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | StatusBarManager.java | 685 svc.onNotificationFeedbackReceived(key, feedback); in sendNotificationFeedback()
|
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1866 public void onNotificationFeedbackReceived(String key, Bundle feedback) { in onNotificationFeedbackReceived() method in StatusBarManagerService 1870 mNotificationDelegate.onNotificationFeedbackReceived(key, feedback); in onNotificationFeedbackReceived()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 12582 …method public void onNotificationFeedbackReceived(@NonNull String, @NonNull android.service.notifi…
|