7374757677787980
} currentProgress = handle.getCurrentProgress(); maxProgress = handle.getMaxProgress(); } return new GetDownloadAllFilesProgressResult(currentProgress, maxProgress, downloadId); }
212223242526272829
@Override public void execute() { Log.info("ENTER DummyGetDownloadAllFilesProgressCommand.execute()"); callback.onSuccess(new GetDownloadAllFilesProgressResult(100, 100, "dummyId")); Log.info("EXIT DummyGetDownloadAllFilesProgressCommand.execute()"); }