Searched defs:enqueueNotification (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java651 public void enqueueNotification(String pkg, int id, Notification notification, int[] idOut) method in class:NotificationManagerService
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java460 enqueueNotification(policy, TYPE_LIMIT_SNOOZED, totalBytes);
462 enqueueNotification(policy, TYPE_LIMIT, totalBytes);
470 enqueueNotification(policy, TYPE_WARNING, totalBytes);
531 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes) { method in class:NetworkPolicyManagerService

Completed in 5394 milliseconds