Home
last modified time | relevance | path

Searched refs:remoteInputManager (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java82 NotificationRemoteInputManager remoteInputManager = in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() local
94 remoteInputManager.setUpWithCallback(mRemoteInputManagerCallback, in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpController.java60 NotificationRemoteInputManager remoteInputManager, in HeadsUpController() argument
67 mRemoteInputManager = remoteInputManager; in HeadsUpController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.java76 NotificationRemoteInputManager remoteInputManager) { in HeadsUpCoordinator() argument
80 mRemoteInputManager = remoteInputManager; in HeadsUpCoordinator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java185 NotificationRemoteInputManager remoteInputManager = in StatusBarNotificationPresenter() local
187 remoteInputManager.setUpWithCallback( in StatusBarNotificationPresenter()
190 remoteInputManager.getController().addCallback( in StatusBarNotificationPresenter()
216 remoteInputManager.getLifetimeExtenders()); in StatusBarNotificationPresenter()
DStatusBarNotificationActivityStarter.java152 NotificationRemoteInputManager remoteInputManager, in StatusBarNotificationActivityStarter() argument
187 mRemoteInputManager = remoteInputManager; in StatusBarNotificationActivityStarter()
695 NotificationRemoteInputManager remoteInputManager,
726 mRemoteInputManager = remoteInputManager;
DStatusBar.java674 NotificationRemoteInputManager remoteInputManager, in StatusBar()
754 mRemoteInputManager = remoteInputManager; in StatusBar()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/statusbar/
DCarStatusBarModule.java152 NotificationRemoteInputManager remoteInputManager, in provideStatusBar()
231 remoteInputManager, in provideStatusBar()
DCarStatusBar.java177 NotificationRemoteInputManager remoteInputManager, in CarStatusBar()
257 remoteInputManager, in CarStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarPhoneModule.java150 NotificationRemoteInputManager remoteInputManager, in provideStatusBar()
229 remoteInputManager, in provideStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java84 NotificationRemoteInputManager remoteInputManager, in NotificationContentInflater() argument
90 mRemoteInputManager = remoteInputManager; in NotificationContentInflater()