Home
last modified time | relevance | path

Searched refs:STATUS_UNCHANGED (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackController.java49 public static final int STATUS_UNCHANGED = 0; field in AssistantFeedbackController
100 return STATUS_UNCHANGED; in getFeedbackStatus()
118 return STATUS_UNCHANGED; in getFeedbackStatus()
130 return getFeedbackStatus(entry) != STATUS_UNCHANGED; in showFeedbackIndicator()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackControllerTest.java31 …rt static com.android.systemui.statusbar.notification.AssistantFeedbackController.STATUS_UNCHANGED;
100 assertEquals(STATUS_UNCHANGED, mAssistantFeedbackController.getFeedbackStatus( in testFeedback_flagDisabled()