Searched refs:propertyPathsList (Results 1 – 1 of 1) sorted by relevance
212 ArrayList<String> propertyPathsList = new ArrayList<>(propertyPaths.size()); in addProjection() local215 propertyPathsList.add(propertyPath); in addProjection()217 mProjectionTypePropertyPaths.putStringArrayList(schemaType, propertyPathsList); in addProjection()243 List<String> propertyPathsList = new ArrayList<>(propertyPaths.size()); in addProjectionPaths() local245 propertyPathsList.add(propertyPath.toString()); in addProjectionPaths()247 return addProjection(schemaType, propertyPathsList); in addProjectionPaths()