/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | RemoteInputCoordinatorTest.kt | 70 @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 …]
|
D | HeadsUpCoordinatorTest.kt | 93 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/ |
D | RemoteInputRepositoryImplTest.kt | 43 @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/ |
D | StatusBarNotificationPresenter.java | 134 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationPresenter() 173 remoteInputManager.setUpWithCallback( in StatusBarNotificationPresenter()
|
D | StatusBarNotificationActivityStarter.java | 168 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationActivityStarter() argument 201 mRemoteInputManager = remoteInputManager; in StatusBarNotificationActivityStarter()
|
D | CentralSurfacesImpl.java | 638 NotificationRemoteInputManager remoteInputManager, in CentralSurfacesImpl() 745 mRemoteInputManager = remoteInputManager; in CentralSurfacesImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyStateInflater.kt | 421 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/ |
D | NotificationRowContentBinderImpl.kt | 87 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>()
|
D | NotificationContentInflater.java | 101 NotificationRemoteInputManager remoteInputManager, in NotificationContentInflater() argument 111 mRemoteInputManager = remoteInputManager; in NotificationContentInflater()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 735 NotificationRemoteInputManager remoteInputManager, in NotificationStackScrollLayoutController() 788 mRemoteInputManager = remoteInputManager; in NotificationStackScrollLayoutController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 310 NotificationRemoteInputManager remoteInputManager, in QuickSettingsControllerImpl() argument 358 mRemoteInputManager = remoteInputManager; in QuickSettingsControllerImpl()
|