Home
last modified time | relevance | path

Searched refs:clickNotifier (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSmartReplyController.java53 NotificationClickNotifier clickNotifier) { in SmartReplyController() argument
56 mClickNotifier = clickNotifier; in SmartReplyController()
DNotificationLockscreenUserManagerImpl.java210 NotificationClickNotifier clickNotifier, in NotificationLockscreenUserManagerImpl() argument
228 mClickNotifier = clickNotifier; in NotificationLockscreenUserManagerImpl()
DNotificationRemoteInputManager.java262 NotificationClickNotifier clickNotifier, in NotificationRemoteInputManager() argument
278 mClickNotifier = clickNotifier; in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DCentralSurfacesDependenciesModule.java109 NotificationClickNotifier clickNotifier, in provideNotificationRemoteInputManager() argument
121 clickNotifier, in provideNotificationRemoteInputManager()
170 NotificationClickNotifier clickNotifier) { in provideSmartReplyController() argument
175 clickNotifier); in provideSmartReplyController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java144 NotificationClickNotifier clickNotifier, in TestableNotificationRemoteInputManager() argument
156 clickNotifier, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java139 NotificationClickNotifier clickNotifier, in StatusBarNotificationActivityStarter() argument
170 mClickNotifier = clickNotifier; in StatusBarNotificationActivityStarter()