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

  /frameworks/base/core/java/android/app/
NotificationManager.java 111 service.enqueueNotificationWithTag(pkg, tag, id, notification, idOut);
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 670 enqueueNotificationWithTag(pkg, null /* tag */, id, notification, idOut);
673 public void enqueueNotificationWithTag(String pkg, String tag, int id, Notification notification,
    [all...]

Completed in 70 milliseconds