Searched refs:propertyPathList (Results 1 – 3 of 3) sorted by relevance
142 List<PropertyPath> propertyPathList = new ArrayList<>(pathsSize); in getProjectionPaths() local144 propertyPathList.add(new PropertyPath(paths.get(i))); in getProjectionPaths()146 typePropertyPathsMap.put(schema, Collections.unmodifiableList(propertyPathList)); in getProjectionPaths()
535 ArrayList<String> propertyPathList = in getProjectionPaths() local537 if (propertyPathList != null) { in getProjectionPaths()538 List<PropertyPath> copy = new ArrayList<>(propertyPathList.size()); in getProjectionPaths()539 for (int i = 0; i < propertyPathList.size(); i++) { in getProjectionPaths()540 String p = propertyPathList.get(i); in getProjectionPaths()
1506 List<PropertyPath> propertyPathList = new ArrayList<>(indexableNestedPropertyPaths); in addIndexableNestedPropertyPaths() local1508 mIndexableNestedPropertiesList.add(propertyPathList.get(i).toString()); in addIndexableNestedPropertyPaths()