Home
last modified time | relevance | path

Searched refs:LIMIT_BLOB_LABEL_LENGTH (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DBlobHandle.java54 private static final int LIMIT_BLOB_LABEL_LENGTH = 100; // characters field in BlobHandle
240 Preconditions.checkArgument(label.length() <= LIMIT_BLOB_LABEL_LENGTH, "label too long"); in assertIsValid()