Searched refs:STATUS_PROMOTED (Results 1 – 4 of 4) sorted by relevance
52 public static final int STATUS_PROMOTED = 3; field in AssistantFeedbackController113 return STATUS_PROMOTED; in getFeedbackStatus()148 case STATUS_PROMOTED: in getFeedbackResources()173 case STATUS_PROMOTED: in getInlineDescriptionResource()
29 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_PROMOTED;110 assertEquals(STATUS_PROMOTED, mAssistantFeedbackController.getFeedbackStatus(entry)); in testFeedback_changedImportance()127 assertEquals(STATUS_PROMOTED, mAssistantFeedbackController.getFeedbackStatus(entry)); in testFeedback_changedRanking()
23 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_PROMOTED;158 } else if (status == STATUS_PROMOTED) { in getPrompt()
24 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_PROMOTED;156 .thenReturn(STATUS_PROMOTED); in testPrompt_promoted()