Searched refs:SmartReplyController (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | SmartReplyControllerTest.java | 64 private SmartReplyController mSmartReplyController; 80 mSmartReplyController = new SmartReplyController(mNotificationEntryManager, in setUp() 82 mDependency.injectTestDependency(SmartReplyController.class, in setUp()
|
D | NotificationRemoteInputManagerTest.java | 54 @Mock private SmartReplyController mSmartReplyController; 202 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 | 115 private final SmartReplyController mSmartReplyController; 259 SmartReplyController smartReplyController, in NotificationRemoteInputManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartReplies.java | 38 import com.android.systemui.statusbar.SmartReplyController; 85 SmartReplyController smartReplyController, in inflate()
|
D | SmartReplyView.java | 39 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/ |
D | NotificationEntryManagerTest.java | 74 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/ |
D | NotificationContentInflater.java | 39 import com.android.systemui.statusbar.SmartReplyController; 351 SmartReplyController smartReplyController = Dependency.get(SmartReplyController.class); in inflateSmartReplyViews()
|
D | NotificationContentView.java | 45 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/ |
D | Dependency.java | 63 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/ |
D | SmartReplyViewTest.java | 55 import com.android.systemui.statusbar.SmartReplyController; 99 @Mock private SmartReplyController mLogger;
|