Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackController.java53 public static final int STATUS_DEMOTED = 4; field in AssistantFeedbackController
116 return STATUS_DEMOTED; in getFeedbackStatus()
151 case STATUS_DEMOTED: in getFeedbackResources()
176 case STATUS_DEMOTED: in getInlineDescriptionResource()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackControllerTest.java28 …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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfo.java22 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_DEMOTED;
160 } else if (status == STATUS_DEMOTED) { in getPrompt()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfoTest.java23 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_DEMOTED;
180 .thenReturn(STATUS_DEMOTED); in testPrompt_demoted()