OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sl4aException
(Results
1 - 10
of
10
) 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
;
50
AsyncTaskListener<Boolean> listener) throws
Sl4aException
{
61
throw new
Sl4aException
("Interpreter package name is empty.");
67
throw new
Sl4aException
("Interpreter description not provided.");
70
throw new
Sl4aException
("Interpreter not specified.");
73
throw new
Sl4aException
("Interpreter not installed.");
InterpreterInstaller.java
26
import com.googlecode.android_scripting.exception.
Sl4aException
;
152
AsyncTaskListener<Boolean> taskListener) throws
Sl4aException
{
163
throw new
Sl4aException
("Interpreter package name is empty.");
169
throw new
Sl4aException
("Interpreter description not provided.");
172
throw new
Sl4aException
("Interpreter not specified.");
175
throw new
Sl4aException
("Interpreter is installed.");
261
throws
Sl4aException
{
265
protected AsyncTask<Void, Integer, Long> extractInterpreter() throws
Sl4aException
{
272
protected AsyncTask<Void, Integer, Long> extractInterpreterExtras() throws
Sl4aException
{
278
protected AsyncTask<Void, Integer, Long> extractScripts() throws
Sl4aException
{
[
all
...]
UrlDownloaderTask.java
25
import com.googlecode.android_scripting.exception.
Sl4aException
;
150
throw new
Sl4aException
("Cannot open URL: " + mUrl, e);
163
throw new
Sl4aException
(e);
ZipExtractorTask.java
26
import com.googlecode.android_scripting.exception.
Sl4aException
;
69
throws
Sl4aException
{
75
throw new
Sl4aException
("Failed to make directories: " + mOutput.getAbsolutePath());
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
Main.java
39
import com.googlecode.android_scripting.exception.
Sl4aException
;
61
Context context, AsyncTaskListener<Boolean> listener) throws
Sl4aException
;
65
throws
Sl4aException
;
174
} catch (
Sl4aException
e) {
190
} catch (
Sl4aException
e) {
/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",
/tools/test/connectivity/acts/framework/acts/controllers/
sl4a_client.py
47
class
Sl4aException
(Exception):
51
class Sl4aStartError(
Sl4aException
):
55
class Sl4aApiError(
Sl4aException
):
59
class Sl4aProtocolError(
Sl4aException
):
80
Sl4aException
: Raised when SL4A was not able to be started.
android_device.py
[
all
...]
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalManager.java
39
import com.googlecode.android_scripting.exception.
Sl4aException
;
119
* @throws
Sl4aException
122
InterruptedException,
Sl4aException
{
Completed in 589 milliseconds