Searched defs:feedback (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | FeedbackInfo.java | 183 Bundle feedback = new Bundle(); in handleFeedback() local 189 private void sendFeedbackToAssistant(Bundle feedback) { in sendFeedbackToAssistant() 195 mStatusBarService.onNotificationFeedbackReceived(mRanking.getKey(), feedback); in sendFeedbackToAssistant() local
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | HapticScrollFeedbackProviderTest.java | 1040 private void assertFeedbackCount(TestView view, int feedback, int expectedCount) { in assertFeedbackCount() 1064 public boolean performHapticFeedback(int feedback) { in performHapticFeedback() 1073 public void performHapticFeedbackForInputDevice(int feedback, int inputDeviceId, in performHapticFeedbackForInputDevice() 1084 private HapticFeedbackRequest(int feedback, int inputDeviceId, int inputSource) { in HapticFeedbackRequest()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationAssistantService.java | 346 @NonNull Bundle feedback) { in onNotificationFeedbackReceived() 563 Bundle feedback) { in onNotificationFeedbackReceived() 711 Bundle feedback = (Bundle) args.arg3; in handleMessage() local
|
D | INotificationListener.aidl | 68 …nNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle feedback); in onNotificationFeedbackReceived()
|
D | NotificationListenerService.java | 1715 Bundle feedback) { in onNotificationFeedbackReceived()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 101 void onNotificationFeedbackReceived(String key, Bundle feedback); in onNotificationFeedbackReceived()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationConversationInfoTest.java | 449 final View feedback = mNotificationInfo.findViewById(R.id.feedback); in testBindNotification_SetsFeedbackLink_ifSummaryInRanking() local
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 110 void onNotificationFeedbackReceived(String key, in Bundle feedback); in onNotificationFeedbackReceived()
|
/frameworks/base/core/java/android/app/ |
D | StatusBarManager.java | 740 public void sendNotificationFeedback(@Nullable String key, @Nullable Bundle feedback) { in sendNotificationFeedback()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfoTest.kt | 905 val feedback: View = underTest.findViewById(R.id.feedback) in <lambda>() constant
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 2254 public void onNotificationFeedbackReceived(String key, Bundle feedback) { in onNotificationFeedbackReceived()
|