/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartReplies.java | 86 SmartReplyController smartReplyController, in inflate() argument 107 newSmartRepliesAndActions.smartReplies, smartReplyController, entry, in inflate() 113 newSmartRepliesAndActions.smartActions, smartReplyController, entry, in inflate()
|
D | SmartReplyView.java | 218 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/ |
D | StatusBarDependenciesModule.java | 72 SmartReplyController smartReplyController, in provideNotificationRemoteInputManager() argument 83 smartReplyController, in provideNotificationRemoteInputManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 86 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/ |
D | NotificationRemoteInputManagerTest.java | 265 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager() argument 276 smartReplyController, in TestableNotificationRemoteInputManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 106 final SmartReplyController smartReplyController = mock(SmartReplyController.class); in setUp() local 111 () -> smartReplyController, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 270 SmartReplyController smartReplyController, in NotificationRemoteInputManager() argument 280 mSmartReplyController = smartReplyController; in NotificationRemoteInputManager()
|