Home
last modified time | relevance | path

Searched refs:SmartReplyController (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSmartReplyControllerTest.java65 private SmartReplyController mSmartReplyController;
82 mSmartReplyController = new SmartReplyController(mNotificationEntryManager, in setUp()
84 mDependency.injectTestDependency(SmartReplyController.class, in setUp()
DNotificationRemoteInputManagerTest.java57 @Mock private SmartReplyController mSmartReplyController;
206 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSmartReplyController.java38 public class SmartReplyController { class
45 public SmartReplyController(NotificationEntryManager entryManager, in SmartReplyController() method in SmartReplyController
DNotificationRemoteInputManager.java116 private final SmartReplyController mSmartReplyController;
261 SmartReplyController smartReplyController, in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java38 import com.android.systemui.statusbar.SmartReplyController;
86 SmartReplyController smartReplyController, in inflate()
DSmartReplyView.java40 import com.android.systemui.statusbar.SmartReplyController;
218 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java38 import com.android.systemui.statusbar.SmartReplyController;
317 SmartReplyController smartReplyController = Dependency.get(SmartReplyController.class); in inflateSmartReplyViews()
DNotificationContentView.java45 import com.android.systemui.statusbar.SmartReplyController;
91 private SmartReplyController mSmartReplyController;
169 mSmartReplyController = Dependency.get(SmartReplyController.class); in NotificationContentView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java75 import com.android.systemui.statusbar.SmartReplyController;
135 @Mock private SmartReplyController mSmartReplyController;
225 mDependency.injectTestDependency(SmartReplyController.class, mSmartReplyController); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java60 import com.android.systemui.statusbar.SmartReplyController;
273 @Inject Lazy<SmartReplyController> mSmartReplyController;
468 mProviders.put(SmartReplyController.class, mSmartReplyController::get); in start()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java55 import com.android.systemui.statusbar.SmartReplyController;
99 @Mock private SmartReplyController mLogger;