Searched refs:SmartReplyController (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | SmartReplyControllerTest.java | 65 private SmartReplyController mSmartReplyController; 82 mSmartReplyController = new SmartReplyController(mNotificationEntryManager, in setUp() 84 mDependency.injectTestDependency(SmartReplyController.class, in setUp()
|
D | NotificationRemoteInputManagerTest.java | 57 @Mock private SmartReplyController mSmartReplyController; 206 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | SmartReplyController.java | 38 public class SmartReplyController { class 45 public SmartReplyController(NotificationEntryManager entryManager, in SmartReplyController() method in SmartReplyController
|
D | NotificationRemoteInputManager.java | 116 private final SmartReplyController mSmartReplyController; 261 SmartReplyController smartReplyController, in NotificationRemoteInputManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartReplies.java | 38 import com.android.systemui.statusbar.SmartReplyController; 86 SmartReplyController smartReplyController, in inflate()
|
D | SmartReplyView.java | 40 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/ |
D | NotificationContentInflater.java | 38 import com.android.systemui.statusbar.SmartReplyController; 317 SmartReplyController smartReplyController = Dependency.get(SmartReplyController.class); in inflateSmartReplyViews()
|
D | NotificationContentView.java | 45 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/ |
D | NotificationEntryManagerTest.java | 75 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/ |
D | Dependency.java | 60 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/ |
D | SmartReplyViewTest.java | 55 import com.android.systemui.statusbar.SmartReplyController; 99 @Mock private SmartReplyController mLogger;
|