Home
last modified time | relevance | path

Searched refs:mNotificationRemoteInputManager (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt69 private val mNotificationRemoteInputManager: NotificationRemoteInputManager, constant
92 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)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeadsUpChangeListener.java48 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in StatusBarHeadsUpChangeListener
69 mNotificationRemoteInputManager = notificationRemoteInputManager; in StatusBarHeadsUpChangeListener()
108 mNotificationRemoteInputManager.onPanelCollapsed(); in onHeadsUpPinnedModeChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java70 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in NotificationRowBinderImpl
102 mNotificationRemoteInputManager = notificationRemoteInputManager; in NotificationRowBinderImpl()
215 mNotificationRemoteInputManager.bindRow(row); in bindRow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java130 @Mock protected NotificationRemoteInputManager mNotificationRemoteInputManager; field in QuickSettingsControllerImplBaseTest
263 when(mNotificationRemoteInputManager.isRemoteInputActive()) in setup()
282 mNotificationRemoteInputManager, in setup()
DNotificationPanelViewControllerBaseTest.java304 @Mock protected NotificationRemoteInputManager mNotificationRemoteInputManager; field in NotificationPanelViewControllerBaseTest
658 when(mNotificationRemoteInputManager.isRemoteInputActive()) in setup()
811 mNotificationRemoteInputManager, in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java117 @Mock private NotificationRemoteInputManager mNotificationRemoteInputManager; field in SmartReplyViewTest
172 mNotificationRemoteInputManager, in setUp()
208 mNotificationRemoteInputManager, in testSendSmartReply_keyguardCancelled()
232 mNotificationRemoteInputManager, in testSendSmartReply_waitsForKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java205 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in NavigationBar
329 return !mNotificationRemoteInputManager.isRemoteInputActive();
608 mNotificationRemoteInputManager = notificationRemoteInputManager; in NavigationBar()