Searched refs:DownloadService (Results 1 – 4 of 4) sorted by relevance
50 ServiceTestCase<DownloadService> {136 if (service.getComponent().getClassName().equals(DownloadService.class.getName())) { in startService()145 super(DownloadService.class); in AbstractDownloadProviderFunctionalTest()
464 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()
253 context.startService(new Intent(context, DownloadService.class)); in startService()
77 public class DownloadService extends Service { class