Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationAssistant.java188 public void onNotificationFeedbackReceived(String key, RankingMap rankingMap, Bundle feedback) { in onNotificationFeedbackReceived()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java626 Bundle feedback = new Bundle(); in testOnNotificationFeedbackReceived() local
629 mStatusBarManager.sendNotificationFeedback(sbn.getKey(), feedback); in testOnNotificationFeedbackReceived() local