Home
last modified time | relevance | path

Searched defs:mNotificationRemoteInputManager (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeadsUpChangeListener.java40 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in StatusBarHeadsUpChangeListener
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java57 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in NotificationRowBinderImpl
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java296 private NotificationRemoteInputManager mNotificationRemoteInputManager; field in NotificationPanelViewControllerTest
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java319 @Inject Lazy<NotificationRemoteInputManager> mNotificationRemoteInputManager; field in Dependency
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java185 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in NavigationBar
1674 private final NotificationRemoteInputManager mNotificationRemoteInputManager; field in NavigationBar.Factory
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyViewTest.java113 @Mock private NotificationRemoteInputManager mNotificationRemoteInputManager; field in SmartReplyViewTest