Searched refs:propertyPathList (Results 1 – 3 of 3) sorted by relevance
135 List<PropertyPath> propertyPathList = new ArrayList<>(pathsSize); in getProjectionPaths() local137 propertyPathList.add(new PropertyPath(paths.get(i))); in getProjectionPaths()139 typePropertyPathsMap.put(schema, Collections.unmodifiableList(propertyPathList)); in getProjectionPaths()
579 ArrayList<String> propertyPathList = in getProjectionPaths() local581 if (propertyPathList != null) { in getProjectionPaths()582 List<PropertyPath> copy = new ArrayList<>(propertyPathList.size()); in getProjectionPaths()583 for (int i = 0; i < propertyPathList.size(); i++) { in getProjectionPaths()584 String p = propertyPathList.get(i); in getProjectionPaths()
1739 List<PropertyPath> propertyPathList = new ArrayList<>(indexableNestedPropertyPaths); in addIndexableNestedPropertyPaths() local1741 mIndexableNestedPropertiesList.add(propertyPathList.get(i).toString()); in addIndexableNestedPropertyPaths()