Home
last modified time | relevance | path

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

/aosp_15_r20/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
H A DScriptLauncher.java53 public static ScriptProcess launchScript(File script, InterpreterConfiguration configuration, in launchScript() method in ScriptLauncher
/aosp_15_r20/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
H A DScriptingLayerService.java263 private ScriptProcess launchScript(Intent intent, AndroidProxy proxy) { in launchScript() method in ScriptingLayerService