Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DPropertyPath.java102 mPathList.add(new PathSegment(path, PathSegment.NON_REPEATED_CARDINALITY)); in recursivePathScan()
111 mPathList.add(new PathSegment(propertyName, PathSegment.NON_REPEATED_CARDINALITY)); in recursivePathScan()
251 public static final int NON_REPEATED_CARDINALITY = -1; field in PropertyPath.PathSegment
281 if (propertyIndex < 0 && propertyIndex != NON_REPEATED_CARDINALITY) { in create()
297 return create(Objects.requireNonNull(propertyName), NON_REPEATED_CARDINALITY); in create()
330 if (mPropertyIndex != NON_REPEATED_CARDINALITY) { in toString()
DGenericDocument.java334 if (index != PropertyPath.PathSegment.NON_REPEATED_CARDINALITY) { in getRawPropertyFromRawDocument()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt372 field public static final int NON_REPEATED_CARDINALITY = -1; // 0xffffffff