Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationAssistantService.java287 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
628 onNotificationFeedbackReceived(key, ranking, feedback); in handleMessage()
H A DINotificationListener.aidl62 …void onNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle fee… in onNotificationFeedbackReceived() method
H A DNotificationListenerService.java1594 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 DNotificationDelegate.java99 void onNotificationFeedbackReceived(String key, Bundle feedback); in onNotificationFeedbackReceived() method
H A DNotificationManagerService.java1469 public void onNotificationFeedbackReceived(String key, Bundle feedback) {
9951 assistant.onNotificationFeedbackReceived(sbn.getKey(), update, feedback);
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl87 void onNotificationFeedbackReceived(String key, in Bundle feedback); in onNotificationFeedbackReceived() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfo.java199 mStatusBarService.onNotificationFeedbackReceived(mRanking.getKey(), feedback); in sendFeedbackToAssistant()
/aosp12/frameworks/base/core/java/android/app/
H A DStatusBarManager.java304 svc.onNotificationFeedbackReceived(key, feedback); in sendNotificationFeedback()
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1593 public void onNotificationFeedbackReceived(String key, Bundle feedback) { in onNotificationFeedbackReceived() method in StatusBarManagerService
1597 mNotificationDelegate.onNotificationFeedbackReceived(key, feedback); in onNotificationFeedbackReceived()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt10138 …method public void onNotificationFeedbackReceived(@NonNull String, @NonNull android.service.notifi…