Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java434 private boolean noteNotificationOp(String pkg, int uid) { in noteNotificationOp() method in NotificationManagerService
1289 if (ENABLE_BLOCKED_TOASTS && (!noteNotificationOp(pkg, Binder.getCallingUid())
2675 || !noteNotificationOp(pkg, callingUid) || isPackageSuspended) { in run()