Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractPublicApiTest.java118 startDownload(mId); in runUntilStatus()
124 startDownload(mId); in runUntilStatus()
172 startDownload(mId); in runUntilProgress()
DThreadingTest.java63 startDownload(d.mId); in testFilenameRace()
DDownloadProviderFunctionalTest.java133 startDownload(ContentUris.parseId(downloadUri)); in runUntilStatus()
DAbstractDownloadProviderFunctionalTest.java188 protected void startDownload(long id) { in startDownload() method in AbstractDownloadProviderFunctionalTest
/packages/apps/RetailDemo/src/com/android/retaildemo/
DDownloadVideoTask.java113 startDownload(); in run()
117 private void startDownload() { in startDownload() method in DownloadVideoTask
264 startDownload(); in onReceive()
/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