Home
last modified time | relevance | path

Searched defs:onNotificationActionClick (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl40 void onNotificationActionClick(String key, long time, int actionIndex); in onNotificationActionClick() method
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
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
/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