Searched refs:interpreterProcess (Results 1 – 1 of 1) sorted by relevance
184 InterpreterProcess interpreterProcess = null; in onStartCommand() local189 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()