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 | 1719 public void enqueueNotification(String pkg, String opPkg, int callingUid, int callingPid,
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 709 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/ |
D | ServiceRecord.java | 486 nm.enqueueNotification(localPackageName, localPackageName, in postNotification()
|