Searched refs:OP_POST_NOTIFICATION (Results 1 – 4 of 4) sorted by relevance
49 OP_POST_NOTIFICATION = 11, enumerator
63 private static final String OP_POST_NOTIFICATION = "OP_POST_NOTIFICATION"; field in NotificationManagerCompat229 Field opPostNotificationValue = appOpsClass.getDeclaredField(OP_POST_NOTIFICATION); in areNotificationsEnabled()
138 public static final int OP_POST_NOTIFICATION = 11; field in AppOpsManager437 OP_POST_NOTIFICATION,
481 return mAppOps.checkOp(AppOpsManager.OP_POST_NOTIFICATION, uid, pkg) in checkNotificationOp()