Home
last modified time | relevance | path

Searched refs:smartReplyController (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java86 SmartReplyController smartReplyController, in inflate() argument
107 newSmartRepliesAndActions.smartReplies, smartReplyController, entry, in inflate()
113 newSmartRepliesAndActions.smartActions, smartReplyController, entry, in inflate()
DSmartReplyView.java218 SmartReplyController smartReplyController, NotificationEntry entry, in inflateRepliesFromRemoteInput() argument
226 this, getContext(), i, smartReplies, smartReplyController, entry, in inflateRepliesFromRemoteInput()
240 @NonNull SmartActions smartActions, SmartReplyController smartReplyController, in inflateSmartActions() argument
250 smartReplyController, in inflateSmartActions()
267 int replyIndex, SmartReplies smartReplies, SmartReplyController smartReplyController, in inflateReplyButton() argument
285 smartReplyController.smartReplySent(entry, replyIndex, b.getText(), in inflateReplyButton()
334 SmartReplyController smartReplyController, NotificationEntry entry, in inflateActionButton() argument
354 smartReplyController.smartActionClicked( in inflateActionButton()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java206 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager() argument
211 super(context, lockscreenUserManager, smartReplyController, notificationEntryManager, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java317 SmartReplyController smartReplyController = Dependency.get(SmartReplyController.class); in inflateSmartReplyViews() local
322 smartReplyController, headsUpManager, previousSmartRepliesAndActions); in inflateSmartReplyViews()
328 smartReplyController, headsUpManager, previousSmartRepliesAndActions); in inflateSmartReplyViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java261 SmartReplyController smartReplyController, in NotificationRemoteInputManager() argument
268 mSmartReplyController = smartReplyController; in NotificationRemoteInputManager()