Home
last modified time | relevance | path

Searched refs:STATUS_DEMOTED (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DAssistantFeedbackController.java55 public static final int STATUS_DEMOTED = 4; field in AssistantFeedbackController
91 mIcons.set(STATUS_DEMOTED, new FeedbackIcon(R.drawable.ic_feedback_downrank, in AssistantFeedbackController()
130 return STATUS_DEMOTED; in getFeedbackStatus()
165 case STATUS_DEMOTED: in getInlineDescriptionResource()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DAssistantFeedbackControllerTest.java28 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_DEMOTED;
132 assertEquals(STATUS_DEMOTED, mAssistantFeedbackController.getFeedbackStatus(entry)); in testFeedback_changedImportance()
145 assertEquals(STATUS_DEMOTED, mAssistantFeedbackController.getFeedbackStatus(entry)); in testFeedback_changedRanking()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfo.java22 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_DEMOTED;
158 } else if (status == STATUS_DEMOTED) { in getPrompt()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfoTest.java23 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_DEMOTED;
176 .thenReturn(STATUS_DEMOTED); in testPrompt_demoted()