| java.lang.Object | |
| ↳ | android.app.DownloadManager.Query |
This class may be used to filter download manager queries.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Include only the downloads with the given IDs.
|
||||||||||
|
|
Include only downloads with status matching any the given status flags.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||
Include only the downloads with the given IDs.
Include only downloads with status matching any the given status flags.
| flags | any combination of the STATUS_* bit flags |
|---|