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.java115 public String getInterpreterArchiveUrl(); in getInterpreterArchiveUrl() method
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DSl4aHostedInterpreter.java73 public String getInterpreterArchiveUrl() { in getInterpreterArchiveUrl() method in Sl4aHostedInterpreter
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java251 return download(mDescriptor.getInterpreterArchiveUrl()); in downloadInterpreter()