Home
last modified time | relevance | path

Searched refs:DownloadService (Results 1 – 4 of 4) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractDownloadProviderFunctionalTest.java50 ServiceTestCase<DownloadService> {
136 if (service.getComponent().getClassName().equals(DownloadService.class.getName())) { in startService()
145 super(DownloadService.class); in AbstractDownloadProviderFunctionalTest()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java464 context.startService(new Intent(context, DownloadService.class)); in onCreate()
682 context.startService(new Intent(context, DownloadService.class)); in insert()
1100 context.startService(new Intent(context, DownloadService.class)); in update()
DDownloadReceiver.java253 context.startService(new Intent(context, DownloadService.class)); in startService()
DDownloadService.java77 public class DownloadService extends Service { class