OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIORITY_SEND_MAIL
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/tests/src/com/android/email/service/
AttachmentServiceTests.java
196
new AttachmentService.DownloadRequest(AttachmentService.
PRIORITY_SEND_MAIL
, 2);
319
new AttachmentService.DownloadRequest(AttachmentService.
PRIORITY_SEND_MAIL
, 3);
324
new AttachmentService.DownloadRequest(AttachmentService.
PRIORITY_SEND_MAIL
, 4);
/packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java
90
static final int
PRIORITY_SEND_MAIL
= 1;
[
all
...]
Completed in 69 milliseconds