Searched refs:propertyPathsArrayList (Results 1 – 2 of 2) sorted by relevance
377 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterProperties() local380 propertyPathsArrayList.add(propertyPath); in addFilterProperties()382 mTypePropertyFilters.putStringArrayList(schema, propertyPathsArrayList); in addFilterProperties()409 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterPropertyPaths() local411 propertyPathsArrayList.add(propertyPath.toString()); in addFilterPropertyPaths()413 return addFilterProperties(schema, propertyPathsArrayList); in addFilterPropertyPaths()
951 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterProperties() local954 propertyPathsArrayList.add(propertyPath); in addFilterProperties()956 mTypePropertyFilters.putStringArrayList(schema, propertyPathsArrayList); in addFilterProperties()977 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterPropertyPaths() local979 propertyPathsArrayList.add(propertyPath.toString()); in addFilterPropertyPaths()981 return addFilterProperties(schema, propertyPathsArrayList); in addFilterPropertyPaths()1546 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addProjection() local1549 propertyPathsArrayList.add(propertyPath); in addProjection()1551 mProjectionTypePropertyMasks.putStringArrayList(schema, propertyPathsArrayList); in addProjection()1625 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addProjectionPaths() local[all …]