Searched refs:fileSet (Results 1 – 1 of 1) sorted by relevance
5403 HashSet<String> fileSet = new HashSet(); in attachVolume() local5405 fileSet.add(files[i].getPath()); in attachVolume()5412 fileSet.remove(cursor.getString(0)); in attachVolume()5418 Iterator<String> iterator = fileSet.iterator(); in attachVolume()