Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt68 private val mNotificationRemoteInputManager: NotificationRemoteInputManager,
91 mNotificationRemoteInputManager.setRemoteInputListener(this)
119 mNotificationRemoteInputManager.cleanUpRemoteInputForUserRemoval(entry)
186 mNotificationRemoteInputManager.shouldKeepForRemoteInputHistory(entry)
202 mNotificationRemoteInputManager.shouldKeepForSmartReplyHistory(entry)
223 mNotificationRemoteInputManager.isRemoteInputActive(entry)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeadsUpChangeListener.java40 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in StatusBarHeadsUpChangeListener
64 mNotificationRemoteInputManager = notificationRemoteInputManager; in StatusBarHeadsUpChangeListener()
112 mNotificationRemoteInputManager.onPanelCollapsed(); in onHeadsUpPinnedModeChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java57 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in NotificationRowBinderImpl
88 mNotificationRemoteInputManager = notificationRemoteInputManager; in NotificationRowBinderImpl()
160 mNotificationRemoteInputManager.bindRow(row); in bindRow()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java185 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in NavigationBar
291 return !mNotificationRemoteInputManager.isRemoteInputActive();
519 mNotificationRemoteInputManager = notificationRemoteInputManager; in NavigationBar()
1674 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in NavigationBar.Factory
1737 mNotificationRemoteInputManager = notificationRemoteInputManager; in Factory()
1762 mShadeController, mNotificationRemoteInputManager, in create()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java296 private NotificationRemoteInputManager mNotificationRemoteInputManager; field in NotificationPanelViewControllerTest
404 when(mNotificationRemoteInputManager.isRemoteInputActive()).thenReturn(false); in setup()
453 mNotificationRemoteInputManager, in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java319 @Inject Lazy<NotificationRemoteInputManager> mNotificationRemoteInputManager; field in Dependency
534 mNotificationRemoteInputManager::get); in start()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyViewTest.java113 @Mock private NotificationRemoteInputManager mNotificationRemoteInputManager; field in SmartReplyViewTest
157 mNotificationRemoteInputManager, in setUp()