Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSmartReplyController.java39 public class SmartReplyController implements Dumpable { class
49 public SmartReplyController( in SmartReplyController() method in SmartReplyController
DNotificationRemoteInputManager.java95 private final SmartReplyController mSmartReplyController;
257 SmartReplyController smartReplyController, in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DCentralSurfacesDependenciesModule.java52 import com.android.systemui.statusbar.SmartReplyController;
104 SmartReplyController smartReplyController, in provideNotificationRemoteInputManager()
166 static SmartReplyController provideSmartReplyController( in provideSmartReplyController()
171 return new SmartReplyController( in provideSmartReplyController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java65 @Mock private SmartReplyController mSmartReplyController;
139 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager()
DSmartReplyControllerTest.java67 private SmartReplyController mSmartReplyController;
79 mSmartReplyController = new SmartReplyController( in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinatorTest.kt28 import com.android.systemui.statusbar.SmartReplyController
63 @Mock private lateinit var smartReplyController: SmartReplyController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt31 import com.android.systemui.statusbar.SmartReplyController
69 private val mSmartReplyController: SmartReplyController
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DSysuiTestCase.java47 import com.android.systemui.statusbar.SmartReplyController;
124 mDependency.injectMockDependency(SmartReplyController.class); in SysuiSetup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java41 import com.android.systemui.statusbar.SmartReplyController;
102 private final SmartReplyController mSmartReplyController;
141 SmartReplyController smartReplyController, in ExpandableNotificationRowController()
DNotificationContentView.java49 import com.android.systemui.statusbar.SmartReplyController;
112 private SmartReplyController mSmartReplyController;
204 SmartReplyController smartReplyController, in initialize()
DExpandableNotificationRow.java92 import com.android.systemui.statusbar.SmartReplyController;
1705 SmartReplyController smartReplyController,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt33 import com.android.systemui.statusbar.SmartReplyController
78 private val smartReplyController: SmartReplyController = mock()
DNotificationTestHelper.java62 import com.android.systemui.statusbar.SmartReplyController;
551 mock(SmartReplyController.class), in generateRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt43 import com.android.systemui.statusbar.SmartReplyController in <lambda>()
287 private val smartReplyController: SmartReplyController, in inflateActionButton()
363 private val smartReplyController: SmartReplyController, in inflateReplyButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java85 import com.android.systemui.statusbar.SmartReplyController;
315 @Inject Lazy<SmartReplyController> mSmartReplyController;
522 mProviders.put(SmartReplyController.class, mSmartReplyController::get); in start()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java56 import com.android.systemui.statusbar.SmartReplyController;
115 @Mock private SmartReplyController mSmartReplyController;