Searched refs:FIRST_CUSTOM (Results 1 – 1 of 1) sorted by relevance
202 private static final int FIRST_CUSTOM = 8192; field in Metadata519 public static int firstCustomId() { return FIRST_CUSTOM; } in firstCustomId()533 if (val <= ANY || (LAST_SYSTEM < val && val < FIRST_CUSTOM)) { in checkMetadataId()