HomeSort by relevance Sort by last modified time
    Searched refs:Sl4aException (Results 1 - 8 of 8) sorted by null

  /external/sl4a/Utils/src/com/googlecode/android_scripting/exception/
Sl4aException.java 20 public class Sl4aException extends Exception {
22 public Sl4aException(Exception e) {
26 public Sl4aException(String message) {
30 public Sl4aException(String message, Exception e) {
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterUninstaller.java 27 import com.googlecode.android_scripting.exception.Sl4aException;
52 AsyncTaskListener<Boolean> listener) throws Sl4aException {
63 throw new Sl4aException("Interpreter package name is empty.");
69 throw new Sl4aException("Interpreter description not provided.");
72 throw new Sl4aException("Interpreter not specified.");
75 throw new Sl4aException("Interpreter not installed.");
InterpreterInstaller.java 26 import com.googlecode.android_scripting.exception.Sl4aException;
154 AsyncTaskListener<Boolean> taskListener) throws Sl4aException {
165 throw new Sl4aException("Interpreter package name is empty.");
171 throw new Sl4aException("Interpreter description not provided.");
174 throw new Sl4aException("Interpreter not specified.");
177 throw new Sl4aException("Interpreter is installed.");
263 throws Sl4aException {
267 protected AsyncTask<Void, Integer, Long> extractInterpreter() throws Sl4aException {
274 protected AsyncTask<Void, Integer, Long> extractInterpreterExtras() throws Sl4aException {
280 protected AsyncTask<Void, Integer, Long> extractScripts() throws Sl4aException {
    [all...]
UrlDownloaderTask.java 27 import com.googlecode.android_scripting.exception.Sl4aException;
154 throw new Sl4aException("Cannot open URL: " + mUrl, e);
167 throw new Sl4aException(e);
ZipExtractorTask.java 26 import com.googlecode.android_scripting.exception.Sl4aException;
71 throws Sl4aException {
77 throw new Sl4aException("Failed to make directories: " + mOutput.getAbsolutePath());
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
FacadeManager.java 23 import com.googlecode.android_scripting.exception.Sl4aException;
70 throw new Sl4aException(String.format("%s requires API level %d, current level is %d",
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
Main.java 39 import com.googlecode.android_scripting.exception.Sl4aException;
63 Context context, AsyncTaskListener<Boolean> listener) throws Sl4aException;
67 throws Sl4aException;
176 } catch (Sl4aException e) {
192 } catch (Sl4aException e) {
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalManager.java 39 import com.googlecode.android_scripting.exception.Sl4aException;
121 * @throws Sl4aException
124 InterruptedException, Sl4aException {

Completed in 378 milliseconds