Home
last modified time | relevance | path

Searched refs:STATUS_ALERTED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackController.java52 public static final int STATUS_ALERTED = 1; field in AssistantFeedbackController
85 mIcons.set(STATUS_ALERTED, new FeedbackIcon(R.drawable.ic_feedback_alerted, in AssistantFeedbackController()
121 return STATUS_ALERTED; in getFeedbackStatus()
157 case STATUS_ALERTED: in getInlineDescriptionResource()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfo.java21 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_ALERTED;
153 if (status == STATUS_ALERTED) { in getPrompt()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfoTest.java22 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_ALERTED;
181 .thenReturn(STATUS_ALERTED); in testPrompt_alerted()