Searched refs:propertyPathBundle (Results 1 – 1 of 1) sorted by relevance
564 Bundle propertyPathBundle = mTypePropertyWeightsField.getBundle(schemaType); in getPropertyWeights() local565 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() local594 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() local1497 propertyPathBundle.putDouble(propertyPath, weight); in setPropertyWeights()[all …]