Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchSpec.java567 Map<String, Double> propertyPathWeights = new ArrayMap<>(propertyPaths.size()); in getPropertyWeights() local
569 propertyPathWeights.put( in getPropertyWeights()
572 typePropertyWeightsMap.put(schemaType, propertyPathWeights); in getPropertyWeights()
596 Map<PropertyPath, Double> propertyPathWeights = in getPropertyWeightPaths() local
599 propertyPathWeights.put( in getPropertyWeightPaths()
603 typePropertyWeightsMap.put(schemaType, propertyPathWeights); in getPropertyWeightPaths()
1480 @NonNull String schemaType, @NonNull Map<String, Double> propertyPathWeights) { in setPropertyWeights() argument
1482 Objects.requireNonNull(propertyPathWeights); in setPropertyWeights()
1486 propertyPathWeights.entrySet()) { in setPropertyWeights()
1548 @NonNull Map<PropertyPath, Double> propertyPathWeights) { in setPropertyWeightPaths() argument
[all …]