Home
last modified time | relevance | path

Searched refs:enqueueNotification (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerInternal.java22 void enqueueNotification(String pkg, String basePkg, int callingUid, int callingPid, in enqueueNotification() method
DNotificationManagerService.java1719 public void enqueueNotification(String pkg, String opPkg, int callingUid, int callingPid,
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java709 enqueueNotification(policy, TYPE_LIMIT_SNOOZED, totalBytes); in updateNotificationsLocked()
711 enqueueNotification(policy, TYPE_LIMIT, totalBytes); in updateNotificationsLocked()
719 enqueueNotification(policy, TYPE_WARNING, totalBytes); in updateNotificationsLocked()
792 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes) { in enqueueNotification() method in NetworkPolicyManagerService
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java486 nm.enqueueNotification(localPackageName, localPackageName, in postNotification()