Home
last modified time | relevance | path

Searched defs:startService (Results 1 – 4 of 4) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java239 private void startService(Context context) { in startService() method in DownloadReceiver
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractDownloadProviderFunctionalTest.java136 public ComponentName startService(Intent service) { in startService() method in AbstractDownloadProviderFunctionalTest.TestContext
/packages/apps/Email/src/com/android/email/service/
DEmailServiceUtils.java40 public static void startService(Context context, String intentAction) { in startService() method in EmailServiceUtils
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java141 public ComponentName startService(Intent service) { in startService() method in CalendarProvider2Test.MockContext2