(long ptr, String tmpPath, String finalPath,
boolean success)
| 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(); |
no outgoing calls
no test coverage detected