Home
last modified time | relevance | path

Searched refs:remoteInputManager (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinatorTest.kt61 @Mock private lateinit var remoteInputManager: NotificationRemoteInputManager
75 remoteInputManager,
85 verify(remoteInputManager).setRemoteInputListener(capture())
103 `when`(remoteInputManager.isRemoteInputActive(entry1)).thenReturn(true)
112 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry1)).thenReturn(true)
121 `when`(remoteInputManager.shouldKeepForSmartReplyHistory(entry1)).thenReturn(true)
130 `when`(remoteInputManager.isRemoteInputActive(entry1)).thenReturn(true)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNonPhoneDependencyTest.java83 NotificationRemoteInputManager remoteInputManager = in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() local
95 remoteInputManager.setUpWithCallback(mRemoteInputManagerCallback, in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpController.java60 NotificationRemoteInputManager remoteInputManager, in HeadsUpController() argument
67 mRemoteInputManager = remoteInputManager; in HeadsUpController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.java81 NotificationRemoteInputManager remoteInputManager, in HeadsUpCoordinator() argument
86 mRemoteInputManager = remoteInputManager; in HeadsUpCoordinator()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java146 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationPresenter()
188 remoteInputManager.setUpWithCallback( in StatusBarNotificationPresenter()
203 remoteInputManager.getLifetimeExtenders()); in StatusBarNotificationPresenter()
H A DStatusBarNotificationActivityStarter.java150 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationActivityStarter() argument
185 mRemoteInputManager = remoteInputManager; in StatusBarNotificationActivityStarter()
735 NotificationRemoteInputManager remoteInputManager, in Builder() argument
765 mRemoteInputManager = remoteInputManager; in Builder()
H A DStatusBar.java723 NotificationRemoteInputManager remoteInputManager, in StatusBar()
826 mRemoteInputManager = remoteInputManager; in StatusBar()
H A DNotificationPanelViewController.java710 NotificationRemoteInputManager remoteInputManager, in NotificationPanelViewController()
809 mRemoteInputManager = remoteInputManager; in NotificationPanelViewController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarPhoneModule.java175 NotificationRemoteInputManager remoteInputManager, in provideStatusBar()
277 remoteInputManager, in provideStatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt362 private val remoteInputManager: NotificationRemoteInputManager,
420 remoteInputManager.activateRemoteInput(
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java82 NotificationRemoteInputManager remoteInputManager, in NotificationContentInflater() argument
88 mRemoteInputManager = remoteInputManager; in NotificationContentInflater()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java653 NotificationRemoteInputManager remoteInputManager, in NotificationStackScrollLayoutController()
702 mRemoteInputManager = remoteInputManager; in NotificationStackScrollLayoutController()