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