Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DPropertyPath.java47 public class PropertyPath implements Iterable<PropertyPath.PathSegment> { class
55 public PropertyPath(@NonNull List<PathSegment> pathList) { in PropertyPath() method in PropertyPath
65 public PropertyPath(@NonNull String path) { in PropertyPath() method in PropertyPath
DSearchSpec.java1548 @NonNull Map<PropertyPath, Double> propertyPathWeights) { in setPropertyWeightPaths()