Searched refs:foundFields (Results 1 – 1 of 1) sorted by relevance
1011 final ArrayList<Field> foundFields = new ArrayList<Field>(); in getExportedPropertyFields() local1025 foundFields.add(field); in getExportedPropertyFields()1030 fields = foundFields.toArray(new Field[foundFields.size()]); in getExportedPropertyFields()1449 final ArrayList<Field> foundFields = new ArrayList<Field>(); in capturedViewGetPropertyFields() local1457 foundFields.add(field); in capturedViewGetPropertyFields()1461 fields = foundFields.toArray(new Field[foundFields.size()]); in capturedViewGetPropertyFields()