Searched defs:enqueueNotificationInternal (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java1623 enqueueNotificationInternal(pkg, basePkg, Binder.getCallingUid(), Binder.getCallingPid(),
1634 public void enqueueNotificationInternal(final String pkg, String basePkg, final int callingUid, method in class:NotificationManagerService
1639 Slog.v(TAG, "enqueueNotificationInternal: pkg=" + pkg + " id=" + id + " notification=" + notification);
2059 // In enqueueNotificationInternal notifications are added by scheduling the

Completed in 55 milliseconds