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/dagger/
DStatusBarDependenciesModule.java99 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/
DSmartReplyController.java47 NotificationClickNotifier clickNotifier) { in SmartReplyController() argument
50 mClickNotifier = clickNotifier; in SmartReplyController()
DNotificationLockscreenUserManagerImpl.java200 NotificationClickNotifier clickNotifier, in NotificationLockscreenUserManagerImpl() argument
211 mClickNotifier = clickNotifier; in NotificationLockscreenUserManagerImpl()
DNotificationRemoteInputManager.java287 NotificationClickNotifier clickNotifier, in NotificationRemoteInputManager() argument
303 mClickNotifier = clickNotifier; in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java141 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/
DNotificationRemoteInputManagerTest.java272 NotificationClickNotifier clickNotifier, in TestableNotificationRemoteInputManager() argument
283 clickNotifier, in TestableNotificationRemoteInputManager()