Home
last modified time | relevance | path

Searched refs:hasExtrasArchive (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/shell/
DShellInterpreter.java46 public boolean hasExtrasArchive() { in hasExtrasArchive() method in ShellInterpreter
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterDescriptor.java89 public boolean hasExtrasArchive(); in hasExtrasArchive() method
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DSl4aHostedInterpreter.java112 if (!hasInterpreterArchive() && hasExtrasArchive()) { in getExtrasPath()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java182 if (mDescriptor.hasExtrasArchive()) { in InterpreterInstaller()