this.mRemoteId = remoteId;
}
+ public boolean isSynchronizing() {
+ // TODO real implementation
+ return false;
+ }
+
+ public boolean isDownloading() {
+ // TODO real implementation
+ return false;
+ }
+
+ public boolean isUploading() {
+ // TODO real implementation
+ return false;
+ }
}