Searched refs:STATUS_DEMOTED (Results 1 – 4 of 4) sorted by relevance
53 public static final int STATUS_DEMOTED = 4; field in AssistantFeedbackController116 return STATUS_DEMOTED; in getFeedbackStatus()151 case STATUS_DEMOTED: in getFeedbackResources()176 case STATUS_DEMOTED: in getInlineDescriptionResource()
28 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_DEMOTED;118 assertEquals(STATUS_DEMOTED, mAssistantFeedbackController.getFeedbackStatus(entry)); in testFeedback_changedImportance()131 assertEquals(STATUS_DEMOTED, mAssistantFeedbackController.getFeedbackStatus(entry)); in testFeedback_changedRanking()
22 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_DEMOTED;160 } else if (status == STATUS_DEMOTED) { in getPrompt()
23 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_DEMOTED;180 .thenReturn(STATUS_DEMOTED); in testPrompt_demoted()