Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DSmartReplyControllerTest.java71 private SmartReplyController mSmartReplyController;
90 mSmartReplyController = new SmartReplyController( in setUp()
95 mDependency.injectTestDependency(SmartReplyController.class, in setUp()
H A DNotificationRemoteInputManagerTest.java77 @Mock private SmartReplyController mSmartReplyController;
193 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager()
231 SmartReplyController smartReplyController) { in createLegacyRemoteInputLifetimeExtender()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DStatusBarDependenciesModule.java47 import com.android.systemui.statusbar.SmartReplyController;
101 SmartReplyController smartReplyController, in provideNotificationRemoteInputManager()
172 static SmartReplyController provideSmartReplyController( in provideSmartReplyController()
177 return new SmartReplyController(dumpManager, entryManager, statusBarService, clickNotifier); in provideSmartReplyController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSmartReplyController.java41 public class SmartReplyController implements Dumpable { class
51 public SmartReplyController( in SmartReplyController() method in SmartReplyController
H A DNotificationRemoteInputManager.java97 private final SmartReplyController mSmartReplyController;
265 SmartReplyController smartReplyController, in NotificationRemoteInputManager()
340 SmartReplyController smartReplyController) { in createLegacyRemoteInputLifetimeExtender()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DSysuiTestCase.java44 import com.android.systemui.statusbar.SmartReplyController;
112 mDependency.injectMockDependency(SmartReplyController.class); in SysuiSetup()
/aosp12/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
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt32 import com.android.systemui.statusbar.SmartReplyController
70 private val mSmartReplyController: SmartReplyController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt43 import com.android.systemui.statusbar.SmartReplyController
287 private val smartReplyController: SmartReplyController,
363 private val smartReplyController: SmartReplyController,
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationEntryManagerInflationTest.java62 import com.android.systemui.statusbar.SmartReplyController;
164 mDependency.injectMockDependency(SmartReplyController.class); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java83 import com.android.systemui.statusbar.SmartReplyController;
326 @Inject Lazy<SmartReplyController> mSmartReplyController;
542 mProviders.put(SmartReplyController.class, mSmartReplyController::get); in start()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManagerTest.java77 import com.android.systemui.statusbar.SmartReplyController;
186 mDependency.injectMockDependency(SmartReplyController.class); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java47 import com.android.systemui.statusbar.SmartReplyController;
106 private SmartReplyController mSmartReplyController;
182 mSmartReplyController = Dependency.get(SmartReplyController.class); in NotificationContentView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyViewTest.java54 import com.android.systemui.statusbar.SmartReplyController;
114 @Mock private SmartReplyController mSmartReplyController;