Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptingLayerService.java184 InterpreterProcess interpreterProcess = null; in onStartCommand() local
189 interpreterProcess = new InterpreterProcess(new ShellInterpreter(), proxy); in onStartCommand()
190 interpreterProcess.setName("Server"); in onStartCommand()
196 interpreterProcess = launchScript(intent, proxy); in onStartCommand()
201 interpreterProcess = null; in onStartCommand()
204 interpreterProcess = launchScript(intent, proxy); in onStartCommand()
207 interpreterProcess = launchInterpreter(intent, proxy); in onStartCommand()
212 } else if (interpreterProcess == null) { in onStartCommand()
215 addProcess(interpreterProcess); in onStartCommand()