Home
last modified time | relevance | path

Searched refs:launchScript (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DScriptingLayerService.java194 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 ScriptingLayerService
264 return ScriptLauncher.launchScript(script, mInterpreterConfiguration, proxy, () -> { in launchScript()
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
DScriptLauncher.java53 public static ScriptProcess launchScript(File script, InterpreterConfiguration configuration, in launchScript() method in ScriptLauncher