Searched refs:STATUS_SILENCED (Results 1 – 4 of 4) sorted by relevance
51 public static final int STATUS_SILENCED = 2; field in AssistantFeedbackController110 return STATUS_SILENCED; in getFeedbackStatus()145 case STATUS_SILENCED: in getFeedbackResources()170 case STATUS_SILENCED: in getInlineDescriptionResource()
30 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_SILENCED;114 assertEquals(STATUS_SILENCED, mAssistantFeedbackController.getFeedbackStatus(entry)); in testFeedback_changedImportance()
24 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_SILENCED;156 } else if (status == STATUS_SILENCED) { in getPrompt()
25 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_SILENCED;144 .thenReturn(STATUS_SILENCED); in testPrompt_silenced()