Home
last modified time | relevance | path

Searched defs:PropertyPath (Results 1 – 2 of 2) sorted by relevance

/appsearch/appsearch/src/main/java/androidx/appsearch/app/
DPropertyPath.java51 public class PropertyPath implements Iterable<PropertyPath.PathSegment> { class
58 public PropertyPath(@NonNull List<PathSegment> pathList) { in PropertyPath() method in PropertyPath
67 public PropertyPath(@NonNull String path) { in PropertyPath() method in PropertyPath
DSearchSpec.java2032 @NonNull Map<PropertyPath, Double> propertyPathWeights) { in setPropertyWeightPaths()
2134 @NonNull Map<PropertyPath, Double> propertyPathWeights) throws AppSearchException { in setPropertyWeightPathsForDocumentClass()