Searched refs:startService (Results 1 – 7 of 7) sorted by relevance
54 service.startService(actualIntent); in shouldSayStartedSomethingIfWrongThingWasStarted()58 service.startService(actualIntent); in shouldSayStartedSomethingIfWrongThingWasStarted()62 service.startService(actualIntent); in shouldSayStartedSomethingIfWrongThingWasStarted()
129 public ComponentName startService(Intent service) { in startService() method in ShadowContextWrapper130 return getApplicationContext().startService(service); in startService()
55 context.startService(savedIntent); in send()
178 public ComponentName startService(Intent intent) { in startService() method in ShadowApplication
202 activity.startService(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasRunning()213 shadowApplication.startService(getSomeActionIntent("some.action")); in shouldClearStartedServiceIntents()214 shadowApplication.startService(getSomeActionIntent("another.action")); in shouldClearStartedServiceIntents()
81 virtual void startService();
52 SLOT(startService())); in WpaGui()338 startService(); in openCtrlConnection()1625 void WpaGui::startService() in startService() function in WpaGui