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

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java444 private boolean noteNotificationOp(String pkg, int uid) { method in class:NotificationManagerService
1426 if (ENABLE_BLOCKED_TOASTS && !noteNotificationOp(pkg, Binder.getCallingUid())) {
1733 if (ENABLE_BLOCKED_NOTIFICATIONS && !noteNotificationOp(pkg, callingUid)) {

Completed in 104 milliseconds