Home
last modified time | relevance | path

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

/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterDescriptor.java124 public String getExtrasArchiveUrl(); in getExtrasArchiveUrl() method
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DSl4aHostedInterpreter.java76 public String getExtrasArchiveUrl() { in getExtrasArchiveUrl() method in Sl4aHostedInterpreter
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java253 return download(mDescriptor.getExtrasArchiveUrl()); in downloadInterpreterExtras()