Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchSuggestionSpec.java377 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterProperties() local
380 propertyPathsArrayList.add(propertyPath); in addFilterProperties()
382 mTypePropertyFilters.putStringArrayList(schema, propertyPathsArrayList); in addFilterProperties()
409 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterPropertyPaths() local
411 propertyPathsArrayList.add(propertyPath.toString()); in addFilterPropertyPaths()
413 return addFilterProperties(schema, propertyPathsArrayList); in addFilterPropertyPaths()
DSearchSpec.java951 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterProperties() local
954 propertyPathsArrayList.add(propertyPath); in addFilterProperties()
956 mTypePropertyFilters.putStringArrayList(schema, propertyPathsArrayList); in addFilterProperties()
977 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterPropertyPaths() local
979 propertyPathsArrayList.add(propertyPath.toString()); in addFilterPropertyPaths()
981 return addFilterProperties(schema, propertyPathsArrayList); in addFilterPropertyPaths()
1546 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addProjection() local
1549 propertyPathsArrayList.add(propertyPath); in addProjection()
1551 mProjectionTypePropertyMasks.putStringArrayList(schema, propertyPathsArrayList); in addProjection()
1625 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addProjectionPaths() local
[all …]