Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackController.java51 public static final int STATUS_SILENCED = 2; field in AssistantFeedbackController
110 return STATUS_SILENCED; in getFeedbackStatus()
145 case STATUS_SILENCED: in getFeedbackResources()
170 case STATUS_SILENCED: in getInlineDescriptionResource()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackControllerTest.java30 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_SILENCED;
114 assertEquals(STATUS_SILENCED, mAssistantFeedbackController.getFeedbackStatus(entry)); in testFeedback_changedImportance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfo.java24 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_SILENCED;
156 } else if (status == STATUS_SILENCED) { in getPrompt()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfoTest.java25 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_SILENCED;
144 .thenReturn(STATUS_SILENCED); in testPrompt_silenced()