Searched defs:onNotificationActionClick (Results 1 – 6 of 6) sorted by relevance
| /frameworks/base/core/java/android/service/notification/ |
| D | INotificationListener.aidl | 40 void onNotificationActionClick(String key, long time, int actionIndex); in onNotificationActionClick() method
|
| 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
|
| 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
|
| /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
|