Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java206 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java218 SmartReplyController smartReplyController, NotificationEntry entry, in inflateRepliesFromRemoteInput()
240 @NonNull SmartActions smartActions, SmartReplyController smartReplyController, in inflateSmartActions()
267 int replyIndex, SmartReplies smartReplies, SmartReplyController smartReplyController, in inflateReplyButton()
334 SmartReplyController smartReplyController, NotificationEntry entry, in inflateActionButton()
DInflatedSmartReplies.java86 SmartReplyController smartReplyController, in inflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java261 SmartReplyController smartReplyController, in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java317 SmartReplyController smartReplyController = Dependency.get(SmartReplyController.class); in inflateSmartReplyViews() local