Home
last modified time | relevance | path

Searched refs:filePaths (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringInputPage.java488 TreeSet<String> filePaths = mFolderCache.get(newPath); in run() local
490 if (filePaths == null) { in run()
491 filePaths = new TreeSet<String>(); in run()
499 filePaths.add(newPath + name); in run()
507 mFolderCache.put(newPath, filePaths); in run()
511 if (leafName.length() > 0 && !filePaths.contains(currPath)) { in run()
512 filePaths.add(currPath); in run()
521 for (String filePath : filePaths) { in run()