Searched refs:LIMIT_BLOB_LABEL_LENGTH (Results 1 – 1 of 1) sorted by relevance
54 private static final int LIMIT_BLOB_LABEL_LENGTH = 100; // characters field in BlobHandle240 Preconditions.checkArgument(label.length() <= LIMIT_BLOB_LABEL_LENGTH, "label too long"); in assertIsValid()