Searched refs:DownloadService (Results 1 – 4 of 4) sorted by relevance
60 public class DownloadService extends Service { class141 synchronized (DownloadService.this) { in onServiceConnected()150 DownloadService.this.notifyAll(); in onServiceConnected()156 synchronized (DownloadService.this) { in disconnectMediaScanner()169 DownloadService.this.notifyAll(); in disconnectMediaScanner()181 synchronized (DownloadService.this) { in onServiceDisconnected()185 DownloadService.this.notifyAll(); in onServiceDisconnected()278 synchronized (DownloadService.this) { in run()426 PendingIntent.getBroadcast(DownloadService.this, 0, intent, in scheduleAlarm()
214 context.startService(new Intent(context, DownloadService.class)); in startService()
448 context.startService(new Intent(context, DownloadService.class)); in onCreate()681 context.startService(new Intent(context, DownloadService.class)); in insert()1085 context.startService(new Intent(context, DownloadService.class)); in update()
50 ServiceTestCase<DownloadService> {141 if (service.getComponent().getClassName().equals(DownloadService.class.getName())) { in startService()150 super(DownloadService.class); in AbstractDownloadProviderFunctionalTest()