Searched refs:displayNameIndex (Results 1 – 1 of 1) sorted by relevance
573 final int displayNameIndex = ArrayUtils.indexOf(columns, Document.COLUMN_DISPLAY_NAME); in includeFile() local574 if (displayNameIndex != -1) { in includeFile()575 row.add(displayNameIndex, file.getName()); in includeFile()