Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DGenericDocument.java702 @NonNull String propertyType, @NonNull String path, int propertyLength) { in warnIfSinglePropertyTooLong() argument
703 if (propertyLength > 1) { in warnIfSinglePropertyTooLong()
709 + propertyLength in warnIfSinglePropertyTooLong()