Home
last modified time | relevance | path

Searched refs:smartReplyController (Results 1 – 7 of 7) 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/src/com/android/systemui/statusbar/dagger/
DStatusBarDependenciesModule.java72 SmartReplyController smartReplyController, in provideNotificationRemoteInputManager() argument
83 smartReplyController, in provideNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java86 Lazy<SmartReplyController> smartReplyController, in NotificationContentInflater() argument
92 mSmartReplyController = smartReplyController; in NotificationContentInflater()
268 SmartReplyConstants smartReplyConstants, SmartReplyController smartReplyController, in inflateSmartReplyViews() argument
274 smartReplyController, headsUpManager, previousSmartRepliesAndActions); in inflateSmartReplyViews()
280 smartReplyController, headsUpManager, previousSmartRepliesAndActions); in inflateSmartReplyViews()
722 SmartReplyController smartReplyController, in AsyncInflationTask() argument
733 mSmartReplyController = smartReplyController; in AsyncInflationTask()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java265 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager() argument
276 smartReplyController, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java106 final SmartReplyController smartReplyController = mock(SmartReplyController.class); in setUp() local
111 () -> smartReplyController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java270 SmartReplyController smartReplyController, in NotificationRemoteInputManager() argument
280 mSmartReplyController = smartReplyController; in NotificationRemoteInputManager()