Searched refs:propertyPathsArrayList (Results 1 – 2 of 2) sorted by relevance
366 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterProperties() local369 propertyPathsArrayList.add(propertyPath); in addFilterProperties()371 mTypePropertyFilters.putStringArrayList(schema, propertyPathsArrayList); in addFilterProperties()399 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterPropertyPaths() local401 propertyPathsArrayList.add(propertyPath.toString()); in addFilterPropertyPaths()403 return addFilterProperties(schema, propertyPathsArrayList); in addFilterPropertyPaths()
886 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterProperties() local889 propertyPathsArrayList.add(propertyPath); in addFilterProperties()891 mTypePropertyFilters.putStringArrayList(schema, propertyPathsArrayList); in addFilterProperties()913 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterPropertyPaths() local915 propertyPathsArrayList.add(propertyPath.toString()); in addFilterPropertyPaths()917 return addFilterProperties(schema, propertyPathsArrayList); in addFilterPropertyPaths()1335 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addProjection() local1338 propertyPathsArrayList.add(propertyPath); in addProjection()1340 mProjectionTypePropertyMasks.putStringArrayList(schema, propertyPathsArrayList); in addProjection()1415 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addProjectionPaths() local[all …]