Searched refs:launchScript (Results 1 – 2 of 2) sorted by relevance
194 interpreterProcess = launchScript(intent, proxy); in startAction()203 interpreterProcess = launchScript(intent, proxy); in startAction()261 private ScriptProcess launchScript(Intent intent, AndroidProxy proxy) { in launchScript() method in ScriptingLayerService264 return ScriptLauncher.launchScript(script, mInterpreterConfiguration, proxy, () -> { in launchScript()
53 public static ScriptProcess launchScript(File script, InterpreterConfiguration configuration, in launchScript() method in ScriptLauncher