Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DScriptingLayerService.java185 proxy = launchServer(intent, false); in startAction()
191 proxy = launchServer(intent, true); in startAction()
202 proxy = launchServer(intent, true); in startAction()
205 proxy = launchServer(intent, true); in startAction()
248 private AndroidProxy launchServer(Intent intent, boolean requiresHandshake) { in launchServer() method in ScriptingLayerService