Searched refs:STATUS_SILENCED (Results 1 – 4 of 4) sorted by relevance
53 public static final int STATUS_SILENCED = 2; field in AssistantFeedbackController87 mIcons.set(STATUS_SILENCED, new FeedbackIcon(R.drawable.ic_feedback_silenced, in AssistantFeedbackController()124 return STATUS_SILENCED; in getFeedbackStatus()159 case STATUS_SILENCED: in getInlineDescriptionResource()
30 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_SILENCED;129 assertEquals(STATUS_SILENCED, mAssistantFeedbackController.getFeedbackStatus(entry)); in testFeedback_changedImportance()
24 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_SILENCED;155 } else if (status == STATUS_SILENCED) { in getPrompt()
25 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_SILENCED;157 .thenReturn(STATUS_SILENCED); in testPrompt_silenced()