Searched refs:enqueueNotification (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | NotificationManagerInternal.java | 22 void enqueueNotification(String pkg, String basePkg, int callingUid, int callingPid, in enqueueNotification() method
|
| D | NotificationManagerService.java | 2482 public void enqueueNotification(String pkg, String opPkg, int callingUid, int callingPid,
|
| /frameworks/base/services/core/java/com/android/server/net/ |
| D | NetworkPolicyManagerService.java | 955 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/ |
| D | ServiceRecord.java | 526 nm.enqueueNotification(localPackageName, localPackageName, in postNotification()
|