Searched refs:mAssistantFeedbackController (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | AssistantFeedbackControllerTest.java | 67 private AssistantFeedbackController mAssistantFeedbackController; field in AssistantFeedbackControllerTest 77 mAssistantFeedbackController = new AssistantFeedbackController( in setUp() 88 assertFalse(mAssistantFeedbackController.isFeedbackEnabled()); in testFlagDisabled() 94 assertTrue(mAssistantFeedbackController.isFeedbackEnabled()); in testFlagEnabled() 100 assertEquals(STATUS_UNCHANGED, mAssistantFeedbackController.getFeedbackStatus( in testFeedback_flagDisabled() 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() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationInfoTest.java | 189 mAssistantFeedbackController); in testBindNotification_SetsTextApplicationName() 215 mAssistantFeedbackController); in testBindNotification_SetsPackageIcon() 237 mAssistantFeedbackController); in testBindNotification_noDelegate() 268 mAssistantFeedbackController); in testBindNotification_delegate() 291 mAssistantFeedbackController); in testBindNotification_GroupNameHiddenIfNoGroup() 319 mAssistantFeedbackController); in testBindNotification_SetsGroupNameIfNonNull() 342 mAssistantFeedbackController); in testBindNotification_SetsTextChannelName() 364 mAssistantFeedbackController); in testBindNotification_DefaultChannelDoesNotUseChannelName() 390 mAssistantFeedbackController); in testBindNotification_DefaultChannelUsesChannelNameIfMoreChannelsExist() 412 mAssistantFeedbackController); in testBindNotification_UnblockablePackageUsesChannelName() [all …]
|
H A D | FeedbackInfoTest.java | 82 private final AssistantFeedbackController mAssistantFeedbackController = field in FeedbackInfoTest 125 mMockNotificationRow, mAssistantFeedbackController); in testBindNotification_SetsTextApplicationName() 136 mMockNotificationRow, mAssistantFeedbackController); in testBindNotification_SetsPackageIcon() 143 when(mAssistantFeedbackController.getFeedbackStatus(any(NotificationEntry.class))) in testPrompt_silenced() 146 mAssistantFeedbackController); in testPrompt_silenced() 155 when(mAssistantFeedbackController.getFeedbackStatus(any(NotificationEntry.class))) in testPrompt_promoted() 158 mAssistantFeedbackController); in testPrompt_promoted() 170 mAssistantFeedbackController); in testPrompt_alerted() 182 mAssistantFeedbackController); in testPrompt_demoted() 192 mAssistantFeedbackController); in testPositiveFeedback() [all …]
|
H A D | NotificationGutsManagerTest.java | 140 @Mock private AssistantFeedbackController mAssistantFeedbackController; field in NotificationGutsManagerTest 161 mChannelEditorDialogController, mContextTracker, mAssistantFeedbackController, in setUp() 380 eq(mAssistantFeedbackController)); in testInitializeNotificationInfoView_highPriority() 414 eq(mAssistantFeedbackController)); in testInitializeNotificationInfoView_PassesAlongProvisionedState() 446 eq(mAssistantFeedbackController)); in testInitializeNotificationInfoView_withInitialAction()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationViewHierarchyManager.java | 94 private AssistantFeedbackController mAssistantFeedbackController; field in NotificationViewHierarchyManager 142 mAssistantFeedbackController = assistantFeedbackController; in NotificationViewHierarchyManager() 514 row.showFeedbackIcon(mAssistantFeedbackController.showFeedbackIndicator(entry), in updateRowStatesInternal() 515 mAssistantFeedbackController.getFeedbackResources(entry)); in updateRowStatesInternal()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGutsManager.java | 109 private final AssistantFeedbackController mAssistantFeedbackController; field in NotificationGutsManager 172 mAssistantFeedbackController = assistantFeedbackController; in NotificationGutsManager() 345 if (mAssistantFeedbackController.showFeedbackIndicator(row.getEntry())) { in initializeFeedbackInfo() 346 feedbackInfo.bindGuts(pmUser, sbn, row.getEntry(), row, mAssistantFeedbackController); in initializeFeedbackInfo() 400 mAssistantFeedbackController); in initializeNotificationInfo()
|
H A D | NotificationInfo.java | 101 private AssistantFeedbackController mAssistantFeedbackController; field in NotificationInfo 212 mAssistantFeedbackController = assistantFeedbackController; in bindNotification() 229 mShowAutomaticSetting = mAssistantFeedbackController.isFeedbackEnabled(); in bindNotification() 288 mAssistantFeedbackController.getInlineDescriptionResource(mEntry)).toString())); in bindInlineControls()
|