Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterDescriptor.java114 public String getInterpreterArchiveUrl(); in getInterpreterArchiveUrl() method
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DSl4aHostedInterpreter.java71 public String getInterpreterArchiveUrl() { in getInterpreterArchiveUrl() method in Sl4aHostedInterpreter
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java249 return download(mDescriptor.getInterpreterArchiveUrl()); in downloadInterpreter()