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.java2482 public void enqueueNotification(String pkg, String opPkg, int callingUid, int callingPid,
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java955 enqueueNotification(policy, TYPE_LIMIT_SNOOZED, totalBytes); in updateNotificationsNL()
957 enqueueNotification(policy, TYPE_LIMIT, totalBytes); in updateNotificationsNL()
965 enqueueNotification(policy, TYPE_WARNING, totalBytes); in updateNotificationsNL()
1033 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes) { in enqueueNotification() method in NetworkPolicyManagerService
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java526 nm.enqueueNotification(localPackageName, localPackageName, in postNotification()