HomeSort by relevance Sort by last modified time
    Searched refs:launchScript (Results 1 - 2 of 2) sorted by null

  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptLauncher.java 53 public static ScriptProcess launchScript(File script, InterpreterConfiguration configuration,
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
ScriptingLayerService.java 187 interpreterProcess = launchScript(intent, proxy);
196 interpreterProcess = launchScript(intent, proxy);
254 private ScriptProcess launchScript(Intent intent, AndroidProxy proxy) {
257 return ScriptLauncher.launchScript(script, mInterpreterConfiguration, proxy, new Runnable() {

Completed in 81 milliseconds