Searched refs:STATUS_ALERTED (Results 1 – 3 of 3) sorted by relevance
52 public static final int STATUS_ALERTED = 1; field in AssistantFeedbackController85 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()
21 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_ALERTED;153 if (status == STATUS_ALERTED) { in getPrompt()
22 …port static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_ALERTED;181 .thenReturn(STATUS_ALERTED); in testPrompt_alerted()