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

  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 651 public void enqueueNotification(String pkg, int id, Notification notification, int[] idOut)
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 471 enqueueNotification(policy, TYPE_LIMIT_SNOOZED, totalBytes);
473 enqueueNotification(policy, TYPE_LIMIT, totalBytes);
481 enqueueNotification(policy, TYPE_WARNING, totalBytes);
542 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes) {
    [all...]

Completed in 34 milliseconds