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.java50 public static final int STATUS_ALERTED = 1; field in AssistantFeedbackController
107 return STATUS_ALERTED; in getFeedbackStatus()
142 case STATUS_ALERTED: in getFeedbackResources()
168 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;
154 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;
168 .thenReturn(STATUS_ALERTED); in testPrompt_alerted()