Searched defs:startService (Results 1 – 7 of 7) sorted by relevance
158 private void startService() { in startService() method in ProcessingServiceManager
56 public static void startService(Context context) { in startService() method in DvrRecordingService
64 public ComponentName startService(final Intent intent) { in startService() method in FakeContext
477 public void startService() { in startService() method in SettingsInjector.Setting
183 public static boolean startService(Context context, Intent intent, int saveMode) { in startService() method in ContactSaveService210 public static void startService(Context context, Intent intent) { in startService() method in ContactSaveService
101 public static void startService(Context context, String protocol) { in startService() method in EmailServiceUtils
144 public ComponentName startService(Intent service) { in startService() method in CalendarProvider2Test.MockContext2