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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1163 enqueueNotificationInternal(pkg, opPkg, Binder.getCallingUid(),
2002 enqueueNotificationInternal(pkg, opPkg, callingUid, callingPid, tag, id, notification,
2031 void enqueueNotificationInternal(final String pkg, final String opPkg, final int callingUid, method in class:NotificationManagerService
2035 Slog.v(TAG, "enqueueNotificationInternal: pkg=" + pkg + " id=" + id
2852 // In enqueueNotificationInternal notifications are added by scheduling the

Completed in 37 milliseconds