Home
last modified time | relevance | path

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

/aosp14/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)
H A DHeadsUpCoordinatorTest.kt93 private val remoteInputManager: NotificationRemoteInputManager = mock()
121 remoteInputManager,
148 verify(remoteInputManager).addActionPressListener(capture())
430 whenever(remoteInputManager.isSpinning(any())).thenReturn(false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java120 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationPresenter() argument
158 remoteInputManager.setUpWithCallback( in StatusBarNotificationPresenter()
H A DStatusBarNotificationActivityStarter.java152 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationActivityStarter() argument
185 mRemoteInputManager = remoteInputManager; in StatusBarNotificationActivityStarter()
H A DCentralSurfacesImpl.java708 NotificationRemoteInputManager remoteInputManager, in CentralSurfacesImpl()
815 mRemoteInputManager = remoteInputManager; in CentralSurfacesImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt421 private val remoteInputManager: NotificationRemoteInputManager,
479 remoteInputManager.activateRemoteInput(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java88 NotificationRemoteInputManager remoteInputManager, in NotificationContentInflater() argument
96 mRemoteInputManager = remoteInputManager; in NotificationContentInflater()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java665 NotificationRemoteInputManager remoteInputManager, in NotificationStackScrollLayoutController()
717 mRemoteInputManager = remoteInputManager; in NotificationStackScrollLayoutController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java320 NotificationRemoteInputManager remoteInputManager, in QuickSettingsController() argument
366 mRemoteInputManager = remoteInputManager; in QuickSettingsController()