Searched refs:STATUS_DEMOTED (Results 1 – 4 of 4) sorted by relevance
55 public static final int STATUS_DEMOTED = 4; field in AssistantFeedbackController91 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()
28 …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()
22 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_DEMOTED;158 } else if (status == STATUS_DEMOTED) { in getPrompt()
23 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_DEMOTED;176 .thenReturn(STATUS_DEMOTED); in testPrompt_demoted()