Searched refs:clickNotifier (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
D | StatusBarDependenciesModule.java | 99 NotificationClickNotifier clickNotifier, in provideNotificationRemoteInputManager() argument 110 clickNotifier, in provideNotificationRemoteInputManager() 162 NotificationClickNotifier clickNotifier) { in provideSmartReplyController() argument 163 return new SmartReplyController(entryManager, statusBarService, clickNotifier); in provideSmartReplyController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | SmartReplyController.java | 47 NotificationClickNotifier clickNotifier) { in SmartReplyController() argument 50 mClickNotifier = clickNotifier; in SmartReplyController()
|
D | NotificationLockscreenUserManagerImpl.java | 200 NotificationClickNotifier clickNotifier, in NotificationLockscreenUserManagerImpl() argument 211 mClickNotifier = clickNotifier; in NotificationLockscreenUserManagerImpl()
|
D | NotificationRemoteInputManager.java | 287 NotificationClickNotifier clickNotifier, in NotificationRemoteInputManager() argument 303 mClickNotifier = clickNotifier; in NotificationRemoteInputManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 141 NotificationClickNotifier clickNotifier, in StatusBarNotificationActivityStarter() argument 176 mClickNotifier = clickNotifier; in StatusBarNotificationActivityStarter() 681 NotificationClickNotifier clickNotifier, in Builder() argument 711 mClickNotifier = clickNotifier; in Builder()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManagerTest.java | 272 NotificationClickNotifier clickNotifier, in TestableNotificationRemoteInputManager() argument 283 clickNotifier, in TestableNotificationRemoteInputManager()
|