Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSmartReplyControllerTest.java86 SmartReplyController controller = new SmartReplyController(); in testSendSmartReply_updatesRemoteInput()
106 SmartReplyController controller = new SmartReplyController(); in testSendSmartReply_logsToStatusBar()
116 SmartReplyController controller = new SmartReplyController(); in testShowSmartReply_logsToStatusBar()
126 SmartReplyController controller = new SmartReplyController(); in testSendSmartReply_reportsSending()
134 SmartReplyController controller = new SmartReplyController(); in testSendingSmartReply_afterRemove_shouldReturnFalse()
DNotificationEntryManagerTest.java101 @Mock private SmartReplyController mSmartReplyController;
163 mDependency.injectTestDependency(SmartReplyController.class, mSmartReplyController); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSmartReplyController.java31 public class SmartReplyController { class
35 public SmartReplyController() { in SmartReplyController() method in SmartReplyController
DNotificationEntryManager.java116 private final SmartReplyController mSmartReplyController =
117 Dependency.get(SmartReplyController.class);
DNotificationContentView.java84 private SmartReplyController mSmartReplyController;
157 mSmartReplyController = Dependency.get(SmartReplyController.class); in NotificationContentView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIFactory.java45 import com.android.systemui.statusbar.SmartReplyController;
151 providers.put(SmartReplyController.class, () -> new SmartReplyController()); in injectDependencies()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java35 import com.android.systemui.statusbar.SmartReplyController;
177 SmartReplyController smartReplyController, NotificationData.Entry entry, in setRepliesFromRemoteInput()
204 SmartReplyController smartReplyController, NotificationData.Entry entry) { in inflateReplyButton()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java48 import com.android.systemui.statusbar.SmartReplyController;
81 @Mock private SmartReplyController mLogger;