Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSmartReplyController.java39 public class SmartReplyController implements Dumpable { class
49 public SmartReplyController( in SmartReplyController() method in SmartReplyController
H A DNotificationRemoteInputManager.java92 private final SmartReplyController mSmartReplyController;
255 SmartReplyController smartReplyController, in NotificationRemoteInputManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DCentralSurfacesDependenciesModule.java56 import com.android.systemui.statusbar.SmartReplyController;
109 SmartReplyController smartReplyController, in provideNotificationRemoteInputManager()
175 static SmartReplyController provideSmartReplyController( in provideSmartReplyController()
180 return new SmartReplyController( in provideSmartReplyController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java64 @Mock private SmartReplyController mSmartReplyController;
140 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager()
H A DSmartReplyControllerTest.java67 private SmartReplyController mSmartReplyController;
79 mSmartReplyController = new SmartReplyController( in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinatorTest.kt28 import com.android.systemui.statusbar.SmartReplyController
63 @Mock private lateinit var smartReplyController: SmartReplyController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt31 import com.android.systemui.statusbar.SmartReplyController
69 private val mSmartReplyController: SmartReplyController
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
H A DSysuiTestCase.java50 import com.android.systemui.statusbar.SmartReplyController;
143 mDependency.injectMockDependency(SmartReplyController.class); in SysuiSetup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java44 import com.android.systemui.statusbar.SmartReplyController;
111 private final SmartReplyController mSmartReplyController;
208 SmartReplyController smartReplyController, in ExpandableNotificationRowController()
H A DNotificationContentView.java51 import com.android.systemui.statusbar.SmartReplyController;
113 private SmartReplyController mSmartReplyController;
206 SmartReplyController smartReplyController, in initialize()
H A DExpandableNotificationRow.java87 import com.android.systemui.statusbar.SmartReplyController;
1724 SmartReplyController smartReplyController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt51 import com.android.systemui.statusbar.SmartReplyController
346 private val smartReplyController: SmartReplyController,
422 private val smartReplyController: SmartReplyController,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt37 import com.android.systemui.statusbar.SmartReplyController
89 private val smartReplyController: SmartReplyController = mock()
H A DNotificationTestHelper.java68 import com.android.systemui.statusbar.SmartReplyController;
614 mock(SmartReplyController.class), in generateRow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java84 import com.android.systemui.statusbar.SmartReplyController;
310 @Inject Lazy<SmartReplyController> mSmartReplyController;
510 mProviders.put(SmartReplyController.class, mSmartReplyController::get); in start()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyViewTest.java57 import com.android.systemui.statusbar.SmartReplyController;
118 @Mock private SmartReplyController mSmartReplyController;