Home
last modified time | relevance | path

Searched refs:getScriptsArchiveUrl (Results 1 – 3 of 3) sorted by relevance

/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterDescriptor.java119 public String getScriptsArchiveUrl(); in getScriptsArchiveUrl() method
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DSl4aHostedInterpreter.java81 public String getScriptsArchiveUrl() { in getScriptsArchiveUrl() method in Sl4aHostedInterpreter
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java257 return download(mDescriptor.getScriptsArchiveUrl()); in downloadScripts()