Home
last modified time | relevance | path

Searched refs:onNotificationActionClick (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationRankerService.java172 public void onNotificationActionClick(String key, long time, int actionIndex) in onNotificationActionClick() method in NotificationRankerService
260 public void onNotificationActionClick(String key, long time, int actionIndex) { in onNotificationActionClick() method in NotificationRankerService.NotificationRankingServiceWrapper
329 onNotificationActionClick(key, time, actionIndex); in handleMessage()
DINotificationListener.aidl40 void onNotificationActionClick(String key, long time, int actionIndex); in onNotificationActionClick() method
DNotificationListenerService.java979 public void onNotificationActionClick(String key, long time, int actionIndex) in onNotificationActionClick() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java25 void onNotificationActionClick(int callingUid, int callingPid, String key, int actionIndex); in onNotificationActionClick() method
DNotificationManagerService.java545 public void onNotificationActionClick(int callingUid, int callingPid, String key,
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl56 void onNotificationActionClick(String key, int actionIndex); in onNotificationActionClick() method
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java768 public void onNotificationActionClick(String key, int actionIndex) { in onNotificationActionClick() method in StatusBarManagerService
774 mNotificationDelegate.onNotificationActionClick(callingUid, callingPid, key, in onNotificationActionClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java399 mBarService.onNotificationActionClick(key, index);
/frameworks/base/api/
Dsystem-current.txt37573 method public void onNotificationActionClick(java.lang.String, long, int);