Home
last modified time | relevance | path

Searched defs:enqueueNotification (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DINotificationManager.aidl28 …void enqueueNotification(String pkg, int id, in Notification notification, inout int[] idReceived); in enqueueNotification() method
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java651 public void enqueueNotification(String pkg, int id, Notification notification, int[] idOut) in enqueueNotification() method in NotificationManagerService
/frameworks/base/services/java/com/android/server/net/
DNetworkPolicyManagerService.java542 private void enqueueNotification(NetworkPolicy policy, int type, long totalBytes) { in enqueueNotification() method in NetworkPolicyManagerService