Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadService.java60 public class DownloadService extends Service { class
141 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()
DDownloadReceiver.java214 context.startService(new Intent(context, DownloadService.class)); in startService()
DDownloadProvider.java448 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()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractDownloadProviderFunctionalTest.java50 ServiceTestCase<DownloadService> {
141 if (service.getComponent().getClassName().equals(DownloadService.class.getName())) { in startService()
150 super(DownloadService.class); in AbstractDownloadProviderFunctionalTest()