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.java47 public boolean hasExtrasArchive() { in hasExtrasArchive() method in ShellInterpreter
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterDescriptor.java90 public boolean hasExtrasArchive(); in hasExtrasArchive() method
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DSl4aHostedInterpreter.java114 if (!hasInterpreterArchive() && hasExtrasArchive()) { in getExtrasPath()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java184 if (mDescriptor.hasExtrasArchive()) { in InterpreterInstaller()