Home
last modified time | relevance | path

Searched defs:propertyPaths (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGetByDocumentIdRequest.java112 List<String> propertyPaths = mTypePropertyPaths.getStringArrayList(schema); in getProjections() local
198 @NonNull String schemaType, @NonNull Collection<String> propertyPaths) { in addProjection()
229 @NonNull String schemaType, @NonNull Collection<PropertyPath> propertyPaths) { in addProjectionPaths()
DSearchSpec.java609 Set<String> propertyPaths = propertyPathBundle.keySet(); in getPropertyWeights() local
637 Set<String> propertyPaths = propertyPathBundle.keySet(); in getPropertyWeightPaths() local
947 @NonNull String schema, @NonNull Collection<String> propertyPaths) { in addFilterProperties()
974 @NonNull String schema, @NonNull Collection<PropertyPath> propertyPaths) { in addFilterPropertyPaths()
1542 @NonNull String schema, @NonNull Collection<String> propertyPaths) { in addProjection()
1622 @NonNull String schema, @NonNull Collection<PropertyPath> propertyPaths) { in addProjectionPaths()
DSearchSuggestionSpec.java373 @NonNull String schema, @NonNull Collection<String> propertyPaths) { in addFilterProperties()
406 @NonNull String schema, @NonNull Collection<PropertyPath> propertyPaths) { in addFilterPropertyPaths()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ast/query/
DSearchNode.java54 public SearchNode(@NonNull Node childNode, @NonNull List<PropertyPath> propertyPaths) { in SearchNode()