OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findRequestById
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/tests/src/com/android/email/service/
AttachmentServiceTests.java
155
final AttachmentService.DownloadRequest drResult = dq.
findRequestById
(1);
169
final AttachmentService.DownloadRequest drResult = dq.
findRequestById
(-1);
180
final AttachmentService.DownloadRequest drResult = dq.
findRequestById
(5);
/packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java
372
public DownloadRequest
findRequestById
(final long requestId) {
[
all
...]
Completed in 144 milliseconds