Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DAppOpsManager.h49 OP_POST_NOTIFICATION = 11, enumerator
/frameworks/support/compat/java/android/support/v4/app/
DNotificationManagerCompat.java63 private static final String OP_POST_NOTIFICATION = "OP_POST_NOTIFICATION"; field in NotificationManagerCompat
229 Field opPostNotificationValue = appOpsClass.getDeclaredField(OP_POST_NOTIFICATION); in areNotificationsEnabled()
/frameworks/base/core/java/android/app/
DAppOpsManager.java138 public static final int OP_POST_NOTIFICATION = 11; field in AppOpsManager
437 OP_POST_NOTIFICATION,
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java481 return mAppOps.checkOp(AppOpsManager.OP_POST_NOTIFICATION, uid, pkg) in checkNotificationOp()