Home
last modified time | relevance | path

Searched refs:feedback (Results 1 – 4 of 4) 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() argument
189 mNotificationFeedback = feedback.getInt(FEEDBACK_RATING, 0); in onNotificationFeedbackReceived()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java626 Bundle feedback = new Bundle(); in testOnNotificationFeedbackReceived() local
627 feedback.putInt(FEEDBACK_RATING, 1); in testOnNotificationFeedbackReceived()
629 mStatusBarManager.sendNotificationFeedback(sbn.getKey(), feedback); in testOnNotificationFeedbackReceived() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java392 ViewGroup parent = mParent.findViewById(R.id.feedback); in test()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt12910 field public static final String FEEDBACK_RATING = "feedback.rating";