Home
last modified time | relevance | path

Searched refs:onNotificationFeedbackReceived (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java101 void onNotificationFeedbackReceived(String key, Bundle feedback); in onNotificationFeedbackReceived() method
H A DNotificationManagerService.java1564 public void onNotificationFeedbackReceived(String key, Bundle feedback) {
10861 assistant.onNotificationFeedbackReceived(sbn.getKey(), update, feedback);
/aosp14/frameworks/base/core/java/android/service/notification/
H A 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
651 onNotificationFeedbackReceived(key, ranking, feedback); in handleMessage()
H A DINotificationListener.aidl63 …void onNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle fee… in onNotificationFeedbackReceived() method
H A DNotificationListenerService.java1636 public void onNotificationFeedbackReceived(String key, NotificationRankingUpdate update, in onNotificationFeedbackReceived() method in NotificationListenerService.NotificationListenerWrapper
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl96 void onNotificationFeedbackReceived(String key, in Bundle feedback); in onNotificationFeedbackReceived() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfo.java197 mStatusBarService.onNotificationFeedbackReceived(mRanking.getKey(), feedback); in sendFeedbackToAssistant()
/aosp14/frameworks/base/core/java/android/app/
H A DStatusBarManager.java685 svc.onNotificationFeedbackReceived(key, feedback); in sendNotificationFeedback()
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1866 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 Dsystem-current.txt12582 …method public void onNotificationFeedbackReceived(@NonNull String, @NonNull android.service.notifi…