Searched refs:remoteInputManager (Results 1 – 9 of 9) sorted by relevance
61 @Mock private lateinit var remoteInputManager: NotificationRemoteInputManager75 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)
93 private val remoteInputManager: NotificationRemoteInputManager = mock()121 remoteInputManager,148 verify(remoteInputManager).addActionPressListener(capture())430 whenever(remoteInputManager.isSpinning(any())).thenReturn(false)
120 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationPresenter() argument158 remoteInputManager.setUpWithCallback( in StatusBarNotificationPresenter()
152 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationActivityStarter() argument185 mRemoteInputManager = remoteInputManager; in StatusBarNotificationActivityStarter()
708 NotificationRemoteInputManager remoteInputManager, in CentralSurfacesImpl()815 mRemoteInputManager = remoteInputManager; in CentralSurfacesImpl()
421 private val remoteInputManager: NotificationRemoteInputManager,479 remoteInputManager.activateRemoteInput(
88 NotificationRemoteInputManager remoteInputManager, in NotificationContentInflater() argument96 mRemoteInputManager = remoteInputManager; in NotificationContentInflater()
665 NotificationRemoteInputManager remoteInputManager, in NotificationStackScrollLayoutController()717 mRemoteInputManager = remoteInputManager; in NotificationStackScrollLayoutController()
320 NotificationRemoteInputManager remoteInputManager, in QuickSettingsController() argument366 mRemoteInputManager = remoteInputManager; in QuickSettingsController()