Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfo.java183 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/
DHapticScrollFeedbackProviderTest.java1040 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/
DNotificationAssistantService.java346 @NonNull Bundle feedback) { in onNotificationFeedbackReceived()
563 Bundle feedback) { in onNotificationFeedbackReceived()
711 Bundle feedback = (Bundle) args.arg3; in handleMessage() local
DINotificationListener.aidl68 …nNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle feedback); in onNotificationFeedbackReceived()
DNotificationListenerService.java1715 Bundle feedback) { in onNotificationFeedbackReceived()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java101 void onNotificationFeedbackReceived(String key, Bundle feedback); in onNotificationFeedbackReceived()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java449 final View feedback = mNotificationInfo.findViewById(R.id.feedback); in testBindNotification_SetsFeedbackLink_ifSummaryInRanking() local
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl110 void onNotificationFeedbackReceived(String key, in Bundle feedback); in onNotificationFeedbackReceived()
/frameworks/base/core/java/android/app/
DStatusBarManager.java740 public void sendNotificationFeedback(@Nullable String key, @Nullable Bundle feedback) { in sendNotificationFeedback()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.kt905 val feedback: View = underTest.findViewById(R.id.feedback) in <lambda>() constant
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java2254 public void onNotificationFeedbackReceived(String key, Bundle feedback) { in onNotificationFeedbackReceived()