Searched refs:OP_POST_NOTIFICATION (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/compat/kitkat/android/support/v4/app/ |
D | NotificationManagerCompatKitKat.java | 28 private static final String OP_POST_NOTIFICATION = "OP_POST_NOTIFICATION"; field in NotificationManagerCompatKitKat 39 Field opPostNotificationValue = appOpsClass.getDeclaredField(OP_POST_NOTIFICATION); in areNotificationsEnabled()
|
/frameworks/native/include/binder/ |
D | AppOpsManager.h | 49 OP_POST_NOTIFICATION = 11, enumerator
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 137 public static final int OP_POST_NOTIFICATION = 11; field in AppOpsManager 399 OP_POST_NOTIFICATION,
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 435 if (mAppOps.noteOpNoThrow(AppOpsManager.OP_POST_NOTIFICATION, uid, pkg) in noteNotificationOp() 445 return mAppOps.checkOp(AppOpsManager.OP_POST_NOTIFICATION, uid, pkg) in checkNotificationOp() 1142 mAppOps.setMode(AppOpsManager.OP_POST_NOTIFICATION, uid, pkg, in setNotificationsEnabledForPackageImpl() 1430 return (mAppOps.checkOpNoThrow(AppOpsManager.OP_POST_NOTIFICATION, uid, pkg)
|