MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / onDownloadComplete

Method onDownloadComplete

android/src/DownloadUtil.java:217–218  ·  view source on GitHub ↗
(long ptr, String tmpPath, String finalPath,
                                 boolean success)

Source from the content-addressed store, hash-verified

215 native void onDownloadAdded(long handler, String path,
216 long size, long position);
217 native void onDownloadComplete(long ptr, String tmpPath, String finalPath,
218 boolean success);
219
220 void checkComplete() {
221 DownloadManager.Query query = new DownloadManager.Query();

Callers 2

cancelMethod · 0.95
checkCompleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected