Home
last modified time | relevance | path

Searched refs:enqueueNotificationInternal (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1379 enqueueNotificationInternal(pkg, opPkg, Binder.getCallingUid(),
2489 enqueueNotificationInternal(pkg, opPkg, callingUid, callingPid, tag, id, notification,
2518 void enqueueNotificationInternal(final String pkg, final String opPkg, final int callingUid, in enqueueNotificationInternal() method in NotificationManagerService