Home
last modified time | relevance | path

Searched refs:setFeedbackIcon (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNotifRowController.kt38 fun setFeedbackIcon(icon: FeedbackIcon?) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRowAppearanceCoordinator.kt67 controller.setFeedbackIcon(mAssistantFeedbackController.getFeedbackIcon(entry))
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java427 groupRow.setFeedbackIcon(null); in testFeedback_noHeader()
445 group.setFeedbackIcon(icon); in testFeedback_header()
447 verify(mockContainer, times(1)).setFeedbackIcon(icon); in testFeedback_header()
448 verify(privateLayout, times(1)).setFeedbackIcon(icon); in testFeedback_header()
449 verify(publicLayout, times(1)).setFeedbackIcon(icon); in testFeedback_header()
H A DNotificationContentViewTest.kt105 view.setFeedbackIcon(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRowAppearanceCoordinatorTest.kt114 verify(controller1).setFeedbackIcon(eq(FeedbackIcon(1, 2)))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java443 public void setFeedbackIcon(@Nullable FeedbackIcon icon) { in setFeedbackIcon() method in ExpandableNotificationRowController
444 mView.setFeedbackIcon(icon); in setFeedbackIcon()
H A DNotificationContentView.java1729 public void setFeedbackIcon(@Nullable FeedbackIcon icon) {
1731 mContractedWrapper.setFeedbackIcon(icon);
1734 mExpandedWrapper.setFeedbackIcon(icon);
1737 mHeadsUpWrapper.setFeedbackIcon(icon);
H A DExpandableNotificationRow.java1819 public void setFeedbackIcon(@Nullable FeedbackIcon icon) {
1821 mChildrenContainer.setFeedbackIcon(icon);
1823 mPrivateLayout.setFeedbackIcon(icon);
1824 mPublicLayout.setFeedbackIcon(icon);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationViewWrapper.java105 public void setFeedbackIcon(@Nullable FeedbackIcon icon) { in setFeedbackIcon() method in NotificationViewWrapper
H A DNotificationHeaderViewWrapper.java169 public void setFeedbackIcon(@Nullable FeedbackIcon icon) { in setFeedbackIcon() method in NotificationHeaderViewWrapper
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java1471 public void setFeedbackIcon(@Nullable FeedbackIcon icon) {
1473 mNotificationHeaderWrapper.setFeedbackIcon(icon);
1476 mNotificationHeaderWrapperLowPriority.setFeedbackIcon(icon);