Home
last modified time | relevance | path

Searched refs:smartReplyController (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt287 private val smartReplyController: SmartReplyController,
338 smartReplyController
342 smartReplyController
363 private val smartReplyController: SmartReplyController,
427 smartReplyController.smartReplySent(
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java193 SmartReplyController smartReplyController, in TestableNotificationRemoteInputManager() argument
207 smartReplyController, in TestableNotificationRemoteInputManager()
231 SmartReplyController smartReplyController) { in createLegacyRemoteInputLifetimeExtender() argument
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinatorTest.kt63 @Mock private lateinit var smartReplyController: SmartReplyController
77 smartReplyController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DStatusBarDependenciesModule.java101 SmartReplyController smartReplyController, in provideNotificationRemoteInputManager() argument
115 smartReplyController, in provideNotificationRemoteInputManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java265 SmartReplyController smartReplyController, in NotificationRemoteInputManager() argument
278 mSmartReplyController = smartReplyController; in NotificationRemoteInputManager()
289 notificationEntryManager, smartReplyController); in NotificationRemoteInputManager()
340 SmartReplyController smartReplyController) { in createLegacyRemoteInputLifetimeExtender() argument