Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationRankerService.java160 public void onNotificationClick(String key, long time) in onNotificationClick() method in NotificationRankerService
251 public void onNotificationClick(String key, long time) { in onNotificationClick() method in NotificationRankerService.NotificationRankingServiceWrapper
320 onNotificationClick(key, time); in handleMessage()
DINotificationListener.aidl39 void onNotificationClick(String key, long time); in onNotificationClick() method
DNotificationListenerService.java974 public void onNotificationClick(String key, long time) throws RemoteException { in onNotificationClick() method in NotificationListenerService.NotificationListenerWrapper
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java24 void onNotificationClick(int callingUid, int callingPid, String key); in onNotificationClick() method
DNotificationManagerService.java525 public void onNotificationClick(int callingUid, int callingPid, String key) {
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl55 void onNotificationClick(String key); in onNotificationClick() method
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java755 public void onNotificationClick(String key) { in onNotificationClick() method in StatusBarManagerService
761 mNotificationDelegate.onNotificationClick(callingUid, callingPid, key); in onNotificationClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java579 mBarService.onNotificationClick(notificationKey);
1990 mBarService.onNotificationClick(notificationKey);
/frameworks/base/api/
Dsystem-current.txt37574 method public void onNotificationClick(java.lang.String, long);