Searched refs:mAssistantFeedbackController (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | AssistantFeedbackControllerTest.java | 66 private AssistantFeedbackController mAssistantFeedbackController; field in AssistantFeedbackControllerTest 76 mAssistantFeedbackController = new AssistantFeedbackController( in setUp() 87 assertFalse(mAssistantFeedbackController.isFeedbackEnabled()); in testFlagDisabled() 93 assertTrue(mAssistantFeedbackController.isFeedbackEnabled()); in testFlagEnabled() 102 assertNull(mAssistantFeedbackController.getFeedbackIcon( in testFeedback_flagDisabled() 107 assertNull(mAssistantFeedbackController.getFeedbackIcon( in testFeedback_flagDisabled() 116 assertNull(mAssistantFeedbackController.getFeedbackIcon( in testFeedback_noChange() 125 assertNotNull(mAssistantFeedbackController.getFeedbackIcon(entry)); in testFeedback_changedImportance() 129 assertNotNull(mAssistantFeedbackController.getFeedbackIcon(entry)); in testFeedback_changedImportance() 133 assertNotNull(mAssistantFeedbackController.getFeedbackIcon(entry)); in testFeedback_changedImportance() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationInfoTest.java | 196 mAssistantFeedbackController, in testBindNotification_SetsTextApplicationName() 223 mAssistantFeedbackController, in testBindNotification_SetsPackageIcon() 246 mAssistantFeedbackController, in testBindNotification_noDelegate() 278 mAssistantFeedbackController, in testBindNotification_delegate() 302 mAssistantFeedbackController, in testBindNotification_GroupNameHiddenIfNoGroup() 331 mAssistantFeedbackController, in testBindNotification_SetsGroupNameIfNonNull() 355 mAssistantFeedbackController, in testBindNotification_SetsTextChannelName() 378 mAssistantFeedbackController, in testBindNotification_DefaultChannelDoesNotUseChannelName() 405 mAssistantFeedbackController, in testBindNotification_DefaultChannelUsesChannelNameIfMoreChannelsExist() 428 mAssistantFeedbackController, in testBindNotification_UnblockablePackageUsesChannelName() [all …]
|
H A D | FeedbackInfoTest.java | 81 private final AssistantFeedbackController mAssistantFeedbackController = field in FeedbackInfoTest 121 mMockNotificationRow, mAssistantFeedbackController); in testBindNotification_SetsTextApplicationName() 132 mMockNotificationRow, mAssistantFeedbackController); in testBindNotification_SetsPackageIcon() 139 when(mAssistantFeedbackController.getFeedbackStatus(any(NotificationEntry.class))) in testPrompt_silenced() 142 mAssistantFeedbackController); in testPrompt_silenced() 151 when(mAssistantFeedbackController.getFeedbackStatus(any(NotificationEntry.class))) in testPrompt_promoted() 154 mAssistantFeedbackController); in testPrompt_promoted() 166 mAssistantFeedbackController); in testPrompt_alerted() 178 mAssistantFeedbackController); in testPrompt_demoted() 188 mAssistantFeedbackController); in testPositiveFeedback() [all …]
|
H A D | NotificationGutsManagerTest.java | 135 @Mock private AssistantFeedbackController mAssistantFeedbackController; field in NotificationGutsManagerTest 155 mChannelEditorDialogController, mContextTracker, mAssistantFeedbackController, in setUp() 378 eq(mAssistantFeedbackController), in testInitializeNotificationInfoView_highPriority() 412 eq(mAssistantFeedbackController), in testInitializeNotificationInfoView_PassesAlongProvisionedState() 444 eq(mAssistantFeedbackController), in testInitializeNotificationInfoView_withInitialAction()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | RowAppearanceCoordinator.kt | 37 private var mAssistantFeedbackController: AssistantFeedbackController, 67 controller.setFeedbackIcon(mAssistantFeedbackController.getFeedbackIcon(entry))
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGutsManager.java | 100 private final AssistantFeedbackController mAssistantFeedbackController; field in NotificationGutsManager 164 mAssistantFeedbackController = assistantFeedbackController; in NotificationGutsManager() 325 if (mAssistantFeedbackController.getFeedbackIcon(row.getEntry()) == null) { in initializeFeedbackInfo() 333 feedbackInfo.bindGuts(pmUser, sbn, row.getEntry(), row, mAssistantFeedbackController); in initializeFeedbackInfo() 386 mAssistantFeedbackController, in initializeNotificationInfo()
|
H A D | NotificationInfo.java | 101 private AssistantFeedbackController mAssistantFeedbackController; field in NotificationInfo 214 mAssistantFeedbackController = assistantFeedbackController; in bindNotification() 231 mShowAutomaticSetting = mAssistantFeedbackController.isFeedbackEnabled(); in bindNotification() 303 mAssistantFeedbackController.getInlineDescriptionResource(mEntry)).toString())); in bindInlineControls()
|