Searched refs:RIGHTS_PAGE (Results 1 – 1 of 1) sorted by relevance
594 public static final int RIGHTS_PAGE = RIGHTS << PAGE_SHIFT; field in Tags595 public static final int RIGHTS_SUPPORT = RIGHTS_PAGE + 5;596 public static final int RIGHTS_TEMPLATES = RIGHTS_PAGE + 6;597 public static final int RIGHTS_TEMPLATE = RIGHTS_PAGE + 7;598 public static final int RIGHTS_LICENSE = RIGHTS_PAGE + 8;599 public static final int RIGHTS_EDIT_ALLOWED = RIGHTS_PAGE + 9;600 public static final int RIGHTS_REPLY_ALLOWED = RIGHTS_PAGE + 0xA;601 public static final int RIGHTS_REPLY_ALL_ALLOWED = RIGHTS_PAGE + 0xB;602 public static final int RIGHTS_FORWARD_ALLOWED = RIGHTS_PAGE + 0xC;603 public static final int RIGHTS_MODIFY_RECIPIENTS_ALLOWED = RIGHTS_PAGE + 0xD;[all …]