Home
last modified time | relevance | path

Searched defs:onNotificationFeedbackReceived (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationAssistantService.java345 public void onNotificationFeedbackReceived(@NonNull String key, @NonNull RankingMap rankingMap, in onNotificationFeedbackReceived() method in NotificationAssistantService
562 public void onNotificationFeedbackReceived(String key, NotificationRankingUpdate update, in onNotificationFeedbackReceived() method in NotificationAssistantService.NotificationAssistantServiceWrapper
DINotificationListener.aidl68 …void onNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle fee… in onNotificationFeedbackReceived() method
DNotificationListenerService.java1714 public void onNotificationFeedbackReceived(String key, NotificationRankingUpdate update, in onNotificationFeedbackReceived() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java101 void onNotificationFeedbackReceived(String key, Bundle feedback); in onNotificationFeedbackReceived() method
/frameworks/base/packages/SystemUI/tests/utils/src/android/internal/statusbar/
DFakeStatusBarService.kt325 override fun onNotificationFeedbackReceived(key: String, feedback: Bundle) {} in onNotificationFeedbackReceived() method in android.internal.statusbar.FakeStatusBarService
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl110 void onNotificationFeedbackReceived(String key, in Bundle feedback); in onNotificationFeedbackReceived() method
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java2254 public void onNotificationFeedbackReceived(String key, Bundle feedback) { in onNotificationFeedbackReceived() method in StatusBarManagerService