HomeSort by relevance Sort by last modified time
    Searched defs:enqueueNotificationWithTag (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/
NotificationManager.java 124 service.enqueueNotificationWithTag(pkg, tag, id, notification, idOut);
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 653 enqueueNotificationWithTag(pkg, null /* tag */, id, notification, idOut);
656 public void enqueueNotificationWithTag(String pkg, String tag, int id, Notification notification,
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 625 mNotifManager.enqueueNotificationWithTag(
659 mNotifManager.enqueueNotificationWithTag(packageName, tag,
    [all...]

Completed in 157 milliseconds