Searched refs:FeedbackIcon (Results 1 – 14 of 14) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | AssistantFeedbackController.java | 57 private final SparseArray<FeedbackIcon> mIcons; 85 mIcons.set(STATUS_ALERTED, new FeedbackIcon(R.drawable.ic_feedback_alerted, in AssistantFeedbackController() 87 mIcons.set(STATUS_SILENCED, new FeedbackIcon(R.drawable.ic_feedback_silenced, in AssistantFeedbackController() 89 mIcons.set(STATUS_PROMOTED, new FeedbackIcon(R.drawable.ic_feedback_uprank, in AssistantFeedbackController() 91 mIcons.set(STATUS_DEMOTED, new FeedbackIcon(R.drawable.ic_feedback_downrank, in AssistantFeedbackController() 143 public FeedbackIcon getFeedbackIcon(NotificationEntry entry) { in getFeedbackIcon()
|
H A D | FeedbackIcon.kt | 26 data class FeedbackIcon( dataClass
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
H A D | NotifRowController.kt | 19 import com.android.systemui.statusbar.notification.FeedbackIcon 38 fun setFeedbackIcon(icon: FeedbackIcon?)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | RowAppearanceCoordinatorTest.kt | 23 import com.android.systemui.statusbar.notification.FeedbackIcon 78 whenever(assistantFeedbackController.getFeedbackIcon(any())).thenReturn(FeedbackIcon(1, 2)) 114 verify(controller1).setFeedbackIcon(eq(FeedbackIcon(1, 2)))
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | AssistantFeedbackControllerTest.java | 152 FeedbackIcon expected = new FeedbackIcon(com.android.internal.R.drawable.ic_feedback_uprank, in testGetFeedbackIcon_whenPromoted()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationViewWrapper.java | 44 import com.android.systemui.statusbar.notification.FeedbackIcon; 105 public void setFeedbackIcon(@Nullable FeedbackIcon icon) { in setFeedbackIcon()
|
H A D | NotificationHeaderViewWrapper.java | 44 import com.android.systemui.statusbar.notification.FeedbackIcon; 169 public void setFeedbackIcon(@Nullable FeedbackIcon icon) { in setFeedbackIcon()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentViewTest.kt | 34 import com.android.systemui.statusbar.notification.FeedbackIcon 106 FeedbackIcon(
|
H A D | ExpandableNotificationRowTest.java | 65 import com.android.systemui.statusbar.notification.FeedbackIcon; 443 final FeedbackIcon icon = new FeedbackIcon( in testFeedback_header()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowController.java | 45 import com.android.systemui.statusbar.notification.FeedbackIcon; 443 public void setFeedbackIcon(@Nullable FeedbackIcon icon) { in setFeedbackIcon()
|
H A D | NotificationContentView.java | 53 import com.android.systemui.statusbar.notification.FeedbackIcon; 1729 public void setFeedbackIcon(@Nullable FeedbackIcon icon) {
|
H A D | ExpandableNotificationRow.java | 90 import com.android.systemui.statusbar.notification.FeedbackIcon; 1819 public void setFeedbackIcon(@Nullable FeedbackIcon icon) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationChildrenContainer.java | 48 import com.android.systemui.statusbar.notification.FeedbackIcon; 1471 public void setFeedbackIcon(@Nullable FeedbackIcon icon) {
|
/aosp14/frameworks/base/packages/SystemUI/ |
H A D | ktfmt_includes.txt | 302 -packages/SystemUI/src/com/android/systemui/statusbar/notification/FeedbackIcon.kt
|