/frameworks/base/core/tests/coretests/src/android/view/ |
D | HapticScrollFeedbackProviderTest.java | 433 for (int feedback : new int[] {SCROLL_ITEM_FOCUS, SCROLL_LIMIT, SCROLL_TICK}) { in assertNoFeedback() 434 assertFeedbackCount(view, feedback, 0); in assertNoFeedback() 443 for (int feedback : new int[] {SCROLL_ITEM_FOCUS, SCROLL_LIMIT, SCROLL_TICK}) { in assertOnlyFeedback() 444 assertFeedbackCount(view, feedback, (feedback == expectedFeedback) ? expectedCount : 0); in assertOnlyFeedback() 448 private void assertFeedbackCount(TestView view, int feedback, int expectedCount) { in assertFeedbackCount() argument 449 int count = view.mFeedbackCount.getOrDefault(feedback, 0); in assertFeedbackCount() 471 public boolean performHapticFeedback(int feedback) { in performHapticFeedback() argument 472 if (!mFeedbackCount.containsKey(feedback)) { in performHapticFeedback() 473 mFeedbackCount.put(feedback, 0); in performHapticFeedback() 475 mFeedbackCount.put(feedback, mFeedbackCount.get(feedback) + 1); in performHapticFeedback()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | FeedbackInfo.java | 186 Bundle feedback = new Bundle(); in handleFeedback() local 187 feedback.putInt(FEEDBACK_RATING, positive ? 1 : -1); in handleFeedback() 189 sendFeedbackToAssistant(feedback); in handleFeedback() 192 private void sendFeedbackToAssistant(Bundle feedback) { in sendFeedbackToAssistant() argument 198 mStatusBarService.onNotificationFeedbackReceived(mRanking.getKey(), feedback); in sendFeedbackToAssistant() local
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationAssistantService.java | 311 @NonNull Bundle feedback) { in onNotificationFeedbackReceived() argument 501 Bundle feedback) { in onNotificationFeedbackReceived() argument 506 args.arg3 = feedback; in onNotificationFeedbackReceived() 649 Bundle feedback = (Bundle) args.arg3; in handleMessage() local 651 onNotificationFeedbackReceived(key, ranking, feedback); in handleMessage()
|
D | INotificationListener.aidl | 63 …nNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle feedback); in onNotificationFeedbackReceived() argument
|
D | NotificationListenerService.java | 1658 Bundle feedback) { in onNotificationFeedbackReceived() argument
|
/frameworks/base/core/java/android/view/flags/ |
D | scroll_feedback_flags.aconfig | 8 description: "Enable the scroll feedback APIs"
|
/frameworks/base/core/java/android/os/vibrator/ |
D | flags.aconfig | 14 description: "Enables OEMs/devices to customize vibrations for haptic feedback"
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 101 void onNotificationFeedbackReceived(String key, Bundle feedback); in onNotificationFeedbackReceived() argument
|
D | flags.aconfig | 87 …iption: "This flag controls the polite notification attention behavior updates as per UXR feedback"
|
D | NotificationManagerService.java | 1753 public void onNotificationFeedbackReceived(String key, Bundle feedback) { 1761 mAssistants.notifyAssistantFeedbackReceived(r, feedback); 11207 void notifyAssistantFeedbackReceived(final NotificationRecord r, Bundle feedback) { 11218 assistant.onNotificationFeedbackReceived(sbn.getKey(), update, feedback);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryViewWalker.kt | 164 R.id.feedback, in <lambda>()
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 96 void onNotificationFeedbackReceived(String key, in Bundle feedback); in onNotificationFeedbackReceived() argument
|
/frameworks/proto_logging/stats/enums/healthfitness/ui/ |
D | enums.proto | 55 // App permissions empty state & Help and feedback page
|
/frameworks/base/core/proto/android/providers/settings/ |
D | system.proto | 228 // Whether silent mode should allow vibration feedback. This is used 231 // removed in a future release with support for audio/vibe feedback
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationHeaderViewWrapper.java | 152 mFeedbackIcon = mView.findViewById(com.android.internal.R.id.feedback); in resolveHeaderViews()
|
/frameworks/base/core/java/android/app/ |
D | StatusBarManager.java | 698 public void sendNotificationFeedback(@Nullable String key, @Nullable Bundle feedback) { in sendNotificationFeedback() argument 702 svc.onNotificationFeedbackReceived(key, feedback); in sendNotificationFeedback()
|
/frameworks/base/core/java/android/view/ |
D | NotificationTopLineView.java | 105 mFeedbackIcon = findViewById(R.id.feedback); in onFinishInflate()
|
/frameworks/base/packages/SystemUI/aconfig/ |
D | systemui.aconfig | 260 description: "Adds haptic feedback to the brightness slider." 501 description: "Adds haptic feedback to the volume slider."
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1928 public void onNotificationFeedbackReceived(String key, Bundle feedback) { in onNotificationFeedbackReceived() argument 1932 mNotificationDelegate.onNotificationFeedbackReceived(key, feedback); in onNotificationFeedbackReceived()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ConversationLayout.java | 202 mFeedbackIcon = findViewById(com.android.internal.R.id.feedback); in onFinishInflate()
|
/frameworks/proto_logging/stats/atoms/sysui/ |
D | sysui_atoms.proto | 675 * Logs the feedback type.
|
/frameworks/proto_logging/stats/enums/app/ |
D | tvsettings_enums.proto | 1286 // TvSettings > Help & Feedback > Send feedback
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2423 // ACTION: Settings -> Support -> Help & feedback
|
/frameworks/base/core/api/ |
D | system-current.txt | 12914 field public static final String FEEDBACK_RATING = "feedback.rating";
|