Searched refs:smartReplyController (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartReplies.java | 85 SmartReplyController smartReplyController, in inflate() argument 106 newSmartRepliesAndActions.smartReplies, smartReplyController, entry, in inflate() 112 smartReplyController, entry, headsUpManager, in inflate()
|
D | SmartReplyView.java | 217 SmartReplyController smartReplyController, NotificationEntry entry, in inflateRepliesFromRemoteInput() argument 225 this, getContext(), i, smartReplies, smartReplyController, entry, in inflateRepliesFromRemoteInput() 239 SmartReplyController smartReplyController, NotificationEntry entry, in inflateSmartActions() argument 247 this, getContext(), n, smartActions, smartReplyController, entry, in inflateSmartActions() 264 int replyIndex, SmartReplies smartReplies, SmartReplyController smartReplyController, in inflateReplyButton() argument 282 smartReplyController.smartReplySent(entry, replyIndex, b.getText(), in inflateReplyButton() 331 SmartReplyController smartReplyController, NotificationEntry entry, in inflateActionButton() argument 349 smartReplyController.smartActionClicked( in inflateActionButton()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManagerTest.java | 202 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager() argument 206 super(context, lockscreenUserManager, smartReplyController, notificationEntryManager, in TestableNotificationRemoteInputManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 351 SmartReplyController smartReplyController = Dependency.get(SmartReplyController.class); in inflateSmartReplyViews() local 355 context, entry, smartReplyConstants, smartReplyController, in inflateSmartReplyViews() 361 context, entry, smartReplyConstants, smartReplyController, in inflateSmartReplyViews()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 259 SmartReplyController smartReplyController, in NotificationRemoteInputManager() argument 265 mSmartReplyController = smartReplyController; in NotificationRemoteInputManager()
|