OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadQueue
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/tests/src/com/android/email/service/
AttachmentServiceTests.java
49
final AttachmentService.
DownloadQueue
dq = new AttachmentService.
DownloadQueue
();
55
final AttachmentService.
DownloadQueue
dq = new AttachmentService.
DownloadQueue
();
65
final AttachmentService.
DownloadQueue
dq = new AttachmentService.
DownloadQueue
();
78
final AttachmentService.
DownloadQueue
dq = new AttachmentService.
DownloadQueue
();
94
final AttachmentService.
DownloadQueue
dq = new AttachmentService.
DownloadQueue
();
[
all
...]
/packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java
148
final
DownloadQueue
mDownloadQueue = new
DownloadQueue
();
165
* an attachment. These objects are constructed and either placed in the {@link
DownloadQueue
}
254
static class
DownloadQueue
{
[
all
...]
Completed in 87 milliseconds