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

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java872 enqueueNotificationInternal(pkg, Binder.getCallingUid(), Binder.getCallingPid(),
882 public void enqueueNotificationInternal(String pkg, int callingUid, int callingPid, method in class:NotificationManagerService
886 Slog.v(TAG, "enqueueNotificationInternal: pkg=" + pkg + " id=" + id + " notification=" + notification);

Completed in 47 milliseconds