+ synchronized(mCancellationRequested) {
+ if (mCancellationRequested.get()) {
+ return new RemoteOperationResult(new OperationCancelledException());
+ }
+ }
+
+ // get locally cached information about folder
+ OCFile mLocalFolder = getStorageManager().getFileByPath(mRemotePath);
+