- * Static map with the files being download and the path to the temporal file were are download\r
- */\r
- //private static Set<String> mDownloadsInProgress = Collections.synchronizedSet(new HashSet<String>());\r
- \r
- /**\r
- * Returns True when the file referred by 'remotePath' in the ownCloud account 'account' is downloading\r
- */\r
- /*public static boolean isDownloading(Account account, String remotePath) {\r
- return (mDownloadsInProgress.contains(buildRemoteName(account.name, remotePath)));\r
- }*/\r
- \r
- /**\r