Searched refs:launchInterpreter (Results 1 – 2 of 2) sorted by relevance
207 interpreterProcess = launchInterpreter(intent, proxy); in onStartCommand()257 private InterpreterProcess launchInterpreter(Intent intent, AndroidProxy proxy) {261 return ScriptLauncher.launchInterpreter(proxy, intent, config, new Runnable() {
36 public static InterpreterProcess launchInterpreter(final AndroidProxy proxy, Intent intent, in launchInterpreter() method in ScriptLauncher