Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackController.java52 public static final int STATUS_PROMOTED = 3; field in AssistantFeedbackController
113 return STATUS_PROMOTED; in getFeedbackStatus()
148 case STATUS_PROMOTED: in getFeedbackResources()
173 case STATUS_PROMOTED: in getInlineDescriptionResource()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackControllerTest.java29 …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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfo.java23 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_PROMOTED;
158 } else if (status == STATUS_PROMOTED) { in getPrompt()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfoTest.java24 …ort static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_PROMOTED;
156 .thenReturn(STATUS_PROMOTED); in testPrompt_promoted()