Searched refs:STATUS_PROMOTED (Results 1 – 4 of 4) sorted by relevance
54 public static final int STATUS_PROMOTED = 3; field in AssistantFeedbackController89 mIcons.set(STATUS_PROMOTED, new FeedbackIcon(R.drawable.ic_feedback_uprank, in AssistantFeedbackController()127 return STATUS_PROMOTED; in getFeedbackStatus()162 case STATUS_PROMOTED: in getInlineDescriptionResource()
29 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_PROMOTED;124 assertEquals(STATUS_PROMOTED, mAssistantFeedbackController.getFeedbackStatus(entry)); in testFeedback_changedImportance()141 assertEquals(STATUS_PROMOTED, mAssistantFeedbackController.getFeedbackStatus(entry)); in testFeedback_changedRanking()
23 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_PROMOTED;156 } else if (status == STATUS_PROMOTED) { in getPrompt()
24 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_PROMOTED;152 .thenReturn(STATUS_PROMOTED); in testPrompt_promoted()