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/activity/
DScriptingLayerService.java186 proxy = launchServer(intent, false); in onStartCommand()
192 proxy = launchServer(intent, true); in onStartCommand()
228 private AndroidProxy launchServer(Intent intent, boolean requiresHandshake) { in launchServer() method in ScriptingLayerService