Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchSpec.java561 Map<String, Map<String, Double>> typePropertyWeightsMap = in getPropertyWeights() local
572 typePropertyWeightsMap.put(schemaType, propertyPathWeights); in getPropertyWeights()
575 return typePropertyWeightsMap; in getPropertyWeights()
590 Map<String, Map<PropertyPath, Double>> typePropertyWeightsMap = in getPropertyWeightPaths() local
603 typePropertyWeightsMap.put(schemaType, propertyPathWeights); in getPropertyWeightPaths()
606 return typePropertyWeightsMap; in getPropertyWeightPaths()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSearchSpecToProtoConverter.java1049 @NonNull Map<String, Map<String, Double>> typePropertyWeightsMap, in addTypePropertyWeights() argument
1052 Objects.requireNonNull(typePropertyWeightsMap); in addTypePropertyWeights()
1055 typePropertyWeightsMap.entrySet()) { in addTypePropertyWeights()