HomeSort by relevance Sort by last modified time
    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 985 milliseconds