Searched refs:mNotificationRemoteInputManager (Results 1 – 7 of 7) sorted by relevance
69 private val mNotificationRemoteInputManager: NotificationRemoteInputManager, constant92 mNotificationRemoteInputManager.setRemoteInputListener(this) in getLifetimeExtenders()118 if (mNotificationRemoteInputManager.shouldKeepForRemoteInputHistory( in onEntryUpdated()124 } else if (mNotificationRemoteInputManager.shouldKeepForSmartReplyHistory( in onEntryUpdated()162 mNotificationRemoteInputManager.cleanUpRemoteInputForUserRemoval(entry) in onEntryRemoved()235 mNotificationRemoteInputManager.shouldKeepForRemoteInputHistory(entry) in queryShouldExtendLifetime()251 mNotificationRemoteInputManager.shouldKeepForSmartReplyHistory(entry) in queryShouldExtendLifetime()272 mNotificationRemoteInputManager.isRemoteInputActive(entry)
48 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in StatusBarHeadsUpChangeListener69 mNotificationRemoteInputManager = notificationRemoteInputManager; in StatusBarHeadsUpChangeListener()108 mNotificationRemoteInputManager.onPanelCollapsed(); in onHeadsUpPinnedModeChanged()
70 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in NotificationRowBinderImpl102 mNotificationRemoteInputManager = notificationRemoteInputManager; in NotificationRowBinderImpl()215 mNotificationRemoteInputManager.bindRow(row); in bindRow()
130 @Mock protected NotificationRemoteInputManager mNotificationRemoteInputManager; field in QuickSettingsControllerImplBaseTest263 when(mNotificationRemoteInputManager.isRemoteInputActive()) in setup()282 mNotificationRemoteInputManager, in setup()
304 @Mock protected NotificationRemoteInputManager mNotificationRemoteInputManager; field in NotificationPanelViewControllerBaseTest658 when(mNotificationRemoteInputManager.isRemoteInputActive()) in setup()811 mNotificationRemoteInputManager, in setup()
117 @Mock private NotificationRemoteInputManager mNotificationRemoteInputManager; field in SmartReplyViewTest172 mNotificationRemoteInputManager, in setUp()208 mNotificationRemoteInputManager, in testSendSmartReply_keyguardCancelled()232 mNotificationRemoteInputManager, in testSendSmartReply_waitsForKeyguard()
205 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in NavigationBar329 return !mNotificationRemoteInputManager.isRemoteInputActive();608 mNotificationRemoteInputManager = notificationRemoteInputManager; in NavigationBar()