Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchSpec.java564 Bundle propertyPathBundle = mTypePropertyWeightsField.getBundle(schemaType); in getPropertyWeights() local
565 if (propertyPathBundle != null) { in getPropertyWeights()
566 Set<String> propertyPaths = propertyPathBundle.keySet(); in getPropertyWeights()
570 propertyPath, propertyPathBundle.getDouble(propertyPath)); in getPropertyWeights()
593 Bundle propertyPathBundle = mTypePropertyWeightsField.getBundle(schemaType); in getPropertyWeightPaths() local
594 if (propertyPathBundle != null) { in getPropertyWeightPaths()
595 Set<String> propertyPaths = propertyPathBundle.keySet(); in getPropertyWeightPaths()
601 propertyPathBundle.getDouble(propertyPath)); in getPropertyWeightPaths()
1484 Bundle propertyPathBundle = new Bundle(); in setPropertyWeights() local
1497 propertyPathBundle.putDouble(propertyPath, weight); in setPropertyWeights()
[all …]