Home
last modified time | relevance | path

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

12

/external/robolectric/v1/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/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DLauncherUtils.java53 return (context.startService(intent) != null); in launchPollingService()
72 return (context.startService(intent) != null); in launchEabService()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptingLayerServiceLauncher.java41 startService(intent); in onCreate()
DScriptProcessMonitor.java155 startService(intent); in onContextItemSelected()
175 startService(intent); in onOptionsItemSelected()
DInterpreterManager.java170 startService(intent); in launchService()
177 startService(intent); in launchTerminal()
DScriptingLayerService.java265 startService(intent); in launchScript()
282 startService(intent);
DScriptManager.java142 startService(IntentBuilders.buildTriggerServiceIntent()); in onCreate()
387 startService(intent); in doDialogMenu()
393 startService(intent); in doDialogMenu()
DScriptEditor.java205 startService(intent); in onOptionsItemSelected()
/external/robolectric/v1/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/deqp/android/package/src/com/drawelements/deqp/execserver/
DServiceStarter.java48 startService(svc); in onStart()
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DLauncherUtils.java56 ComponentName service = context.startService(new Intent().setComponent(comp)); in launchRcsService()
DRcsStackAdaptor.java455 mContext.startService(intent); in launchPersistService()
/external/robolectric/v1/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/deqp/android/package/src/com/drawelements/deqp/testercore/
DRemoteAPI.java98 m_context.startService(testIntent); in start()
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DServerSocketServiceTest.java48 @Before public void startService() { in startService() method in ServerSocketServiceTest
/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
DTriggerRepository.java115 mContext.startService(startTriggerServiceIntent); in ensureTriggerServiceRunning()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.h112 virtual void startService();
Dwpagui.cpp53 SLOT(startService())); in WpaGui()
352 startService(); in openCtrlConnection()
1789 void WpaGui::startService() in startService() function in WpaGui
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalManager.java167 mService.startService(intent); in closeConnection()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java314 public ComponentName startService(Intent intent) { in startService() method in MockContext.MockContext2
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java674 public void startService( in startService() method in AndroidFacade
688 mService.startService(intent); in startService()
747 mService.startService(intent); in startServiceIntent()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMediaFacade.java434 mContext.startService(startIntent); in bluetoothMediaPhoneSL4AMBSStart()
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresenceSubscriber.java449 mContext.startService(intent); in launchPersistService()

12