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.java366 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterProperties() local
369 propertyPathsArrayList.add(propertyPath); in addFilterProperties()
371 mTypePropertyFilters.putStringArrayList(schema, propertyPathsArrayList); in addFilterProperties()
399 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterPropertyPaths() local
401 propertyPathsArrayList.add(propertyPath.toString()); in addFilterPropertyPaths()
403 return addFilterProperties(schema, propertyPathsArrayList); in addFilterPropertyPaths()
DSearchSpec.java886 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterProperties() local
889 propertyPathsArrayList.add(propertyPath); in addFilterProperties()
891 mTypePropertyFilters.putStringArrayList(schema, propertyPathsArrayList); in addFilterProperties()
913 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterPropertyPaths() local
915 propertyPathsArrayList.add(propertyPath.toString()); in addFilterPropertyPaths()
917 return addFilterProperties(schema, propertyPathsArrayList); in addFilterPropertyPaths()
1335 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addProjection() local
1338 propertyPathsArrayList.add(propertyPath); in addProjection()
1340 mProjectionTypePropertyMasks.putStringArrayList(schema, propertyPathsArrayList); in addProjection()
1415 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addProjectionPaths() local
[all …]