HomeSort by relevance Sort by last modified time
    Searched refs:onNotificationClick (Results 1 - 9 of 9) sorted by null

  /frameworks/base/services/core/java/com/android/server/notification/
NotificationDelegate.java 24 void onNotificationClick(int callingUid, int callingPid, String key);
NotificationManagerService.java 522 public void onNotificationClick(int callingUid, int callingPid, String key) {
    [all...]
  /frameworks/base/core/java/android/service/notification/
INotificationListener.aidl 39 void onNotificationClick(String key, long time);
NotificationRankerService.java 160 public void onNotificationClick(String key, long time)
251 public void onNotificationClick(String key, long time) {
320 onNotificationClick(key, time);
NotificationListenerService.java     [all...]
  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBarService.aidl 55 void onNotificationClick(String key);
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java 740 public void onNotificationClick(String key) {
746 mNotificationDelegate.onNotificationClick(callingUid, callingPid, key);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 562 mBarService.onNotificationClick(notificationKey);
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 264 milliseconds