Searched defs:onNotificationClick (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java24 void onNotificationClick(int callingUid, int callingPid, String key); method in interface:NotificationDelegate
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java755 public void onNotificationClick(String key) { method in class:StatusBarManagerService
761 mNotificationDelegate.onNotificationClick(callingUid, callingPid, key);
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java974 public void onNotificationClick(String key, long time) throws RemoteException { method in class:NotificationListenerService.NotificationListenerWrapper
H A DNotificationRankerService.java160 public void onNotificationClick(String key, long time) method in class:NotificationRankerService
251 public void onNotificationClick(String key, long time) { method in class:NotificationRankerService.NotificationRankingServiceWrapper
320 onNotificationClick(key, time);

Completed in 69 milliseconds