Home
last modified time | relevance | path

Searched defs:feedback (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfo.java185 Bundle feedback = new Bundle(); in handleFeedback() local
191 private void sendFeedbackToAssistant(Bundle feedback) { in sendFeedbackToAssistant()
197 mStatusBarService.onNotificationFeedbackReceived(mRanking.getKey(), feedback); in sendFeedbackToAssistant() local
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationAssistantService.java311 @NonNull Bundle feedback) { in onNotificationFeedbackReceived()
501 Bundle feedback) { in onNotificationFeedbackReceived()
649 Bundle feedback = (Bundle) args.arg3; in handleMessage() local
H A DINotificationListener.aidl63 …nNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle feedback); in onNotificationFeedbackReceived()
H A DNotificationListenerService.java1637 Bundle feedback) { in onNotificationFeedbackReceived()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java101 void onNotificationFeedbackReceived(String key, Bundle feedback); in onNotificationFeedbackReceived()
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl96 void onNotificationFeedbackReceived(String key, in Bundle feedback); in onNotificationFeedbackReceived()
/aosp14/frameworks/base/core/java/android/app/
H A DStatusBarManager.java681 public void sendNotificationFeedback(@Nullable String key, @Nullable Bundle 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()