Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinatorTest.kt70 @Mock private lateinit var remoteInputManager: NotificationRemoteInputManager variable in com.android.systemui.statusbar.notification.collection.coordinator.RemoteInputCoordinatorTest
84 remoteInputManager, in setUp()
94 verify(remoteInputManager).setRemoteInputListener(capture()) in setUp()
114 `when`(remoteInputManager.isRemoteInputActive(entry1)).thenReturn(true) in testRemoteInputActive()
126 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry1)).thenReturn(true) in testRemoteInputHistory()
136 `when`(remoteInputManager.shouldKeepForSmartReplyHistory(entry1)).thenReturn(true) in testSmartReplyHistory()
145 `when`(remoteInputManager.isRemoteInputActive(entry1)).thenReturn(true) in testNotificationWithRemoteInputActiveIsRemovedOnCollapse()
164 `when`(remoteInputManager.isRemoteInputActive(entry1)).thenReturn(true) in testOnlyRemoteInputActiveLifetimeExtenderExtends()
187 `when`(remoteInputManager.shouldKeepForRemoteInputHistory(entry)).thenReturn(true) in testRemoteInputLifetimeExtensionListenerTrigger()
188 `when`(remoteInputManager.shouldKeepForSmartReplyHistory(entry)).thenReturn(false) in testRemoteInputLifetimeExtensionListenerTrigger()
[all …]
DHeadsUpCoordinatorTest.kt93 private val remoteInputManager: NotificationRemoteInputManager = mock() in <lambda>() constant in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinatorTest
121 remoteInputManager, in <lambda>()
148 verify(remoteInputManager).addActionPressListener(capture()) in <lambda>()
430 whenever(remoteInputManager.isSpinning(any())).thenReturn(false) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/data/repository/
DRemoteInputRepositoryImplTest.kt43 @Mock private lateinit var remoteInputManager: NotificationRemoteInputManager variable in com.android.systemui.statusbar.data.repository.RemoteInputRepositoryImplTest
53 underTest = RemoteInputRepositoryImpl(remoteInputManager) in setUp()
64 verify(remoteInputManager).addControllerCallback(capture()) in isRemoteInputActive_updatesOnChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java134 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationPresenter()
173 remoteInputManager.setUpWithCallback( in StatusBarNotificationPresenter()
DStatusBarNotificationActivityStarter.java168 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationActivityStarter() argument
201 mRemoteInputManager = remoteInputManager; in StatusBarNotificationActivityStarter()
DCentralSurfacesImpl.java638 NotificationRemoteInputManager remoteInputManager, in CentralSurfacesImpl()
745 mRemoteInputManager = remoteInputManager; in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt421 private val remoteInputManager: NotificationRemoteInputManager, in inflateReplyButton() constant in com.android.systemui.statusbar.policy.SmartReplyInflaterImpl
479 remoteInputManager.activateRemoteInput( in inflateReplyButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderImpl.kt87 private val remoteInputManager: NotificationRemoteInputManager, in <lambda>() constant in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl
141 remoteInputManager.remoteViewsOnClickHandler, in <lambda>()
213 remoteInputManager.remoteViewsOnClickHandler, in <lambda>()
DNotificationContentInflater.java101 NotificationRemoteInputManager remoteInputManager, in NotificationContentInflater() argument
111 mRemoteInputManager = remoteInputManager; in NotificationContentInflater()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java735 NotificationRemoteInputManager remoteInputManager, in NotificationStackScrollLayoutController()
788 mRemoteInputManager = remoteInputManager; in NotificationStackScrollLayoutController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java310 NotificationRemoteInputManager remoteInputManager, in QuickSettingsControllerImpl() argument
358 mRemoteInputManager = remoteInputManager; in QuickSettingsControllerImpl()