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.java169 InterpreterProcess interpreterProcess = null; in startAction() local
188 interpreterProcess = new InterpreterProcess(new ShellInterpreter(), proxy); in startAction()
189 interpreterProcess.setName("Server"); in startAction()
194 interpreterProcess = launchScript(intent, proxy); in startAction()
199 interpreterProcess = null; in startAction()
203 interpreterProcess = launchScript(intent, proxy); in startAction()
207 interpreterProcess = launchInterpreter(intent, proxy); in startAction()
209 if (interpreterProcess == null) { in startAction()
212 addProcess(interpreterProcess); in startAction()