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