Home
last modified time | relevance | path

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

/frameworks/support/compat/kitkat/android/support/v4/app/
DNotificationManagerCompatKitKat.java28 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/
DAppOpsManager.h49 OP_POST_NOTIFICATION = 11, enumerator
/frameworks/base/core/java/android/app/
DAppOpsManager.java137 public static final int OP_POST_NOTIFICATION = 11; field in AppOpsManager
399 OP_POST_NOTIFICATION,
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java435 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)