| Package | Description |
|---|---|
| com.google.android.vending.expansion.downloader.impl |
| Modifier and Type | Method and Description |
|---|---|
protected DownloadInfo |
DownloadsDB.getDownloadInfoByFileName(String fileName) |
DownloadInfo |
DownloadsDB.getDownloadInfoFromCursor(android.database.Cursor cur) |
DownloadInfo[] |
DownloadsDB.getDownloads() |
| Modifier and Type | Method and Description |
|---|---|
long |
DownloadsDB.getIDForDownloadInfo(DownloadInfo di) |
void |
DownloadsDB.setDownloadInfoFromCursor(DownloadInfo di,
android.database.Cursor cur) |
boolean |
DownloadsDB.updateDownload(DownloadInfo di)
This function will add a new file to the database if it does not exist.
|
boolean |
DownloadsDB.updateDownload(DownloadInfo di,
android.content.ContentValues cv) |
void |
DownloadsDB.updateDownloadCurrentBytes(DownloadInfo di) |
boolean |
DownloadsDB.updateFromDb(DownloadInfo di) |
| Constructor and Description |
|---|
DownloadThread(DownloadInfo info,
DownloaderService service,
DownloadNotification notification) |
Copyright © 2012–2014 simpligility technologies inc.. All rights reserved.