| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
TAG |
"DownloadThread" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
TABLE_NAME_DOWNLOAD_INFO |
"download_info" |
public static final String |
TABLE_NAME_DOWNLOAD_THREAD_INFO |
"download_thread_info" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
STATUS_COMPLETED |
5 |
public static final int |
STATUS_DOWNLOADING |
2 |
public static final int |
STATUS_ERROR |
6 |
public static final int |
STATUS_NONE |
0 |
public static final int |
STATUS_PAUSED |
4 |
public static final int |
STATUS_PREPARE_DOWNLOAD |
1 |
public static final int |
STATUS_REMOVED |
7 |
public static final int |
STATUS_WAIT |
3 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
EXCEPTION_FILE_SIZE_ZERO |
6 |
public static final int |
EXCEPTION_IO_EXCEPTION |
5 |
public static final int |
EXCEPTION_OTHER |
9 |
public static final int |
EXCEPTION_PATH_NULL |
1 |
public static final int |
EXCEPTION_PAUSE |
7 |
public static final int |
EXCEPTION_PROTOCOL |
4 |
public static final int |
EXCEPTION_SERVER_ERROR |
3 |
public static final int |
EXCEPTION_SERVER_SUPPORT_CODE |
8 |
public static final int |
EXCEPTION_URL_ERROR |
2 |
public static final int |
EXCEPTION_URL_NULL |
0 |