Searched refs:showFeedbackIndicator (Results 1 – 4 of 4) sorted by relevance
102 assertFalse(mAssistantFeedbackController.showFeedbackIndicator( in testFeedback_flagDisabled()111 assertTrue(mAssistantFeedbackController.showFeedbackIndicator(entry)); in testFeedback_changedImportance()115 assertTrue(mAssistantFeedbackController.showFeedbackIndicator(entry)); in testFeedback_changedImportance()119 assertTrue(mAssistantFeedbackController.showFeedbackIndicator(entry)); in testFeedback_changedImportance()128 assertTrue(mAssistantFeedbackController.showFeedbackIndicator(entry)); in testFeedback_changedRanking()132 assertTrue(mAssistantFeedbackController.showFeedbackIndicator(entry)); in testFeedback_changedRanking()
129 public boolean showFeedbackIndicator(NotificationEntry entry) { in showFeedbackIndicator() method in AssistantFeedbackController
500 row.showFeedbackIcon(mAssistantFeedbackController.showFeedbackIndicator(entry), in updateRowStatesInternal()
336 if (mAssistantFeedbackController.showFeedbackIndicator(row.getEntry())) { in initializeFeedbackInfo()