Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptingLayerService.java207 interpreterProcess = launchInterpreter(intent, proxy); in onStartCommand()
257 private InterpreterProcess launchInterpreter(Intent intent, AndroidProxy proxy) {
261 return ScriptLauncher.launchInterpreter(proxy, intent, config, new Runnable() {
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
DScriptLauncher.java36 public static InterpreterProcess launchInterpreter(final AndroidProxy proxy, Intent intent, in launchInterpreter() method in ScriptLauncher