Searched defs:typePropertyWeightsMap (Results 1 – 3 of 3) sorted by relevance
| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/ |
| D | SearchSpecCtsTest.java | 390 Map<String, Map<String, Double>> typePropertyWeightsMap = searchSpec.getPropertyWeights(); in testGetTypePropertyWeights() local 413 Map<String, Map<PropertyPath, Double>> typePropertyWeightsMap = in testGetTypePropertyWeightPaths() local 436 Map<String, Map<String, Double>> typePropertyWeightsMap = searchSpec.getPropertyWeights(); in testGetTypePropertyWeightsWithAdvancedRanking() local 459 Map<String, Map<PropertyPath, Double>> typePropertyWeightsMap = in testGetTypePropertyWeightPathsWithAdvancedRanking() local 734 Map<String, Map<String, Double>> typePropertyWeightsMap = searchSpec.getPropertyWeights(); in testTypePropertyWeightsForDocumentClass() local 760 Map<String, Map<String, Double>> typePropertyWeightsMap = searchSpec.getPropertyWeights(); in testTypePropertyWeightPathsForDocumentClass() local
|
| /appsearch/appsearch/src/main/java/androidx/appsearch/app/ |
| D | SearchSpec.java | 619 Map<String, Map<String, Double>> typePropertyWeightsMap = new ArrayMap<>( in getPropertyWeights() local 647 Map<String, Map<PropertyPath, Double>> typePropertyWeightsMap = new ArrayMap<>( in getPropertyWeightPaths() local
|
| /appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/converter/ |
| D | SearchSpecToProtoConverter.java | 1084 @NonNull Map<String, Map<String, Double>> typePropertyWeightsMap, in addTypePropertyWeights()
|