Searched refs:SmartReplyController (Results 1 – 8 of 8) sorted by relevance
86 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()
101 @Mock private SmartReplyController mSmartReplyController;163 mDependency.injectTestDependency(SmartReplyController.class, mSmartReplyController); in setUp()
31 public class SmartReplyController { class35 public SmartReplyController() { in SmartReplyController() method in SmartReplyController
116 private final SmartReplyController mSmartReplyController =117 Dependency.get(SmartReplyController.class);
84 private SmartReplyController mSmartReplyController;157 mSmartReplyController = Dependency.get(SmartReplyController.class); in NotificationContentView()
45 import com.android.systemui.statusbar.SmartReplyController;151 providers.put(SmartReplyController.class, () -> new SmartReplyController()); in injectDependencies()
35 import com.android.systemui.statusbar.SmartReplyController;177 SmartReplyController smartReplyController, NotificationData.Entry entry, in setRepliesFromRemoteInput()204 SmartReplyController smartReplyController, NotificationData.Entry entry) { in inflateReplyButton()
48 import com.android.systemui.statusbar.SmartReplyController;81 @Mock private SmartReplyController mLogger;