Home
last modified time | relevance | path

Searched refs:startDownload (Results 1 – 5 of 5) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractPublicApiTest.java119 startDownload(mId); in runUntilStatus()
125 startDownload(mId); in runUntilStatus()
173 startDownload(mId); in runUntilProgress()
DThreadingTest.java63 startDownload(d.mId); in testFilenameRace()
DDownloadProviderFunctionalTest.java133 startDownload(ContentUris.parseId(downloadUri)); in runUntilStatus()
DAbstractDownloadProviderFunctionalTest.java231 protected void startDownload(long id) { in startDownload() method in AbstractDownloadProviderFunctionalTest
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java990 startDownload(service, req); in tryStartDownload()
1007 private void startDownload(final EmailServiceProxy service, final DownloadRequest req) in startDownload() method in AttachmentService