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/service/
DScriptingLayerService.java171 InterpreterProcess interpreterProcess = null; in startAction() local
190 interpreterProcess = new InterpreterProcess(new ShellInterpreter(), proxy); in startAction()
191 interpreterProcess.setName("Server"); in startAction()
196 interpreterProcess = launchScript(intent, proxy); in startAction()
201 interpreterProcess = null; in startAction()
205 interpreterProcess = launchScript(intent, proxy); in startAction()
209 interpreterProcess = launchInterpreter(intent, proxy); in startAction()
211 if (interpreterProcess == null) { in startAction()
214 addProcess(interpreterProcess); in startAction()