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.java64 private SmartReplyController mSmartReplyController;
80 mSmartReplyController = new SmartReplyController(mNotificationEntryManager, in setUp()
82 mDependency.injectTestDependency(SmartReplyController.class, in setUp()
DNotificationRemoteInputManagerTest.java54 @Mock private SmartReplyController mSmartReplyController;
202 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.java115 private final SmartReplyController mSmartReplyController;
259 SmartReplyController smartReplyController, in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java38 import com.android.systemui.statusbar.SmartReplyController;
85 SmartReplyController smartReplyController, in inflate()
DSmartReplyView.java39 import com.android.systemui.statusbar.SmartReplyController;
217 SmartReplyController smartReplyController, NotificationEntry entry, in inflateRepliesFromRemoteInput()
239 SmartReplyController smartReplyController, NotificationEntry entry, in inflateSmartActions()
264 int replyIndex, SmartReplies smartReplies, SmartReplyController smartReplyController, in inflateReplyButton()
331 SmartReplyController smartReplyController, NotificationEntry entry, in inflateActionButton()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java74 import com.android.systemui.statusbar.SmartReplyController;
133 @Mock private SmartReplyController mSmartReplyController;
223 mDependency.injectTestDependency(SmartReplyController.class, mSmartReplyController); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java39 import com.android.systemui.statusbar.SmartReplyController;
351 SmartReplyController smartReplyController = Dependency.get(SmartReplyController.class); in inflateSmartReplyViews()
DNotificationContentView.java45 import com.android.systemui.statusbar.SmartReplyController;
93 private SmartReplyController mSmartReplyController;
175 mSmartReplyController = Dependency.get(SmartReplyController.class); in NotificationContentView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java63 import com.android.systemui.statusbar.SmartReplyController;
280 @Inject Lazy<SmartReplyController> mSmartReplyController;
464 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;