Searched defs:startService (Results 1 - 2 of 2) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadReceiver.java51 startService(context);
56 startService(context);
59 startService(context);
190 private void startService(Context context) { method in class:DownloadReceiver
191 context.startService(new Intent(context, DownloadService.class));
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DAbstractDownloadManagerFunctionalTest.java129 public ComponentName startService(Intent service) { method in class:AbstractDownloadManagerFunctionalTest.TestContext
238 startService(null);

Completed in 60 milliseconds