Home
last modified time | relevance | path

Searched refs:getFeedbackResources (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackController.java139 public Pair<Integer, Integer> getFeedbackResources(NotificationEntry entry) { in getFeedbackResources() method in AssistantFeedbackController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackControllerTest.java138 Assert.assertEquals(new Pair(0, 0), mAssistantFeedbackController.getFeedbackResources( in testGetFeedbackResources_flagDisabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java501 mAssistantFeedbackController.getFeedbackResources(entry)); in updateRowStatesInternal()