Searched refs:mNotificationRemoteInputManager (Results 1 – 7 of 7) sorted by relevance
68 private val mNotificationRemoteInputManager: NotificationRemoteInputManager,91 mNotificationRemoteInputManager.setRemoteInputListener(this)119 mNotificationRemoteInputManager.cleanUpRemoteInputForUserRemoval(entry)186 mNotificationRemoteInputManager.shouldKeepForRemoteInputHistory(entry)202 mNotificationRemoteInputManager.shouldKeepForSmartReplyHistory(entry)223 mNotificationRemoteInputManager.isRemoteInputActive(entry)
40 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in StatusBarHeadsUpChangeListener64 mNotificationRemoteInputManager = notificationRemoteInputManager; in StatusBarHeadsUpChangeListener()112 mNotificationRemoteInputManager.onPanelCollapsed(); in onHeadsUpPinnedModeChanged()
57 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in NotificationRowBinderImpl88 mNotificationRemoteInputManager = notificationRemoteInputManager; in NotificationRowBinderImpl()160 mNotificationRemoteInputManager.bindRow(row); in bindRow()
185 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in NavigationBar291 return !mNotificationRemoteInputManager.isRemoteInputActive();519 mNotificationRemoteInputManager = notificationRemoteInputManager; in NavigationBar()1674 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in NavigationBar.Factory1737 mNotificationRemoteInputManager = notificationRemoteInputManager; in Factory()1762 mShadeController, mNotificationRemoteInputManager, in create()
296 private NotificationRemoteInputManager mNotificationRemoteInputManager; field in NotificationPanelViewControllerTest404 when(mNotificationRemoteInputManager.isRemoteInputActive()).thenReturn(false); in setup()453 mNotificationRemoteInputManager, in setup()
319 @Inject Lazy<NotificationRemoteInputManager> mNotificationRemoteInputManager; field in Dependency534 mNotificationRemoteInputManager::get); in start()
113 @Mock private NotificationRemoteInputManager mNotificationRemoteInputManager; field in SmartReplyViewTest157 mNotificationRemoteInputManager, in setUp()