/frameworks/base/core/java/android/service/notification/ |
D | NotificationRankerService.java | 172 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()
|
D | INotificationListener.aidl | 40 void onNotificationActionClick(String key, long time, int actionIndex); in onNotificationActionClick() method
|
D | NotificationListenerService.java | 979 public void onNotificationActionClick(String key, long time, int actionIndex) in onNotificationActionClick() method in NotificationListenerService.NotificationListenerWrapper
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 25 void onNotificationActionClick(int callingUid, int callingPid, String key, int actionIndex); in onNotificationActionClick() method
|
D | NotificationManagerService.java | 545 public void onNotificationActionClick(int callingUid, int callingPid, String key,
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 56 void onNotificationActionClick(String key, int actionIndex); in onNotificationActionClick() method
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 768 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/ |
D | BaseStatusBar.java | 399 mBarService.onNotificationActionClick(key, index);
|
/frameworks/base/api/ |
D | system-current.txt | 37573 method public void onNotificationActionClick(java.lang.String, long, int);
|