Home
last modified time | relevance | path

Searched refs:startService (Results 1 – 7 of 7) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/matchers/
DStartedServiceMatcherTest.java54 service.startService(actualIntent); in shouldSayStartedSomethingIfWrongThingWasStarted()
58 service.startService(actualIntent); in shouldSayStartedSomethingIfWrongThingWasStarted()
62 service.startService(actualIntent); in shouldSayStartedSomethingIfWrongThingWasStarted()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowContextWrapper.java129 public ComponentName startService(Intent service) { in startService() method in ShadowContextWrapper
130 return getApplicationContext().startService(service); in startService()
DShadowPendingIntent.java55 context.startService(savedIntent); in send()
DShadowApplication.java178 public ComponentName startService(Intent intent) { in startService() method in ShadowApplication
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DApplicationTest.java202 activity.startService(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasRunning()
213 shadowApplication.startService(getSomeActionIntent("some.action")); in shouldClearStartedServiceIntents()
214 shadowApplication.startService(getSomeActionIntent("another.action")); in shouldClearStartedServiceIntents()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.h81 virtual void startService();
Dwpagui.cpp52 SLOT(startService())); in WpaGui()
338 startService(); in openCtrlConnection()
1625 void WpaGui::startService() in startService() function in WpaGui