OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sl4aException
(Results
1 - 2
of
2
) 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) {
/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.
Completed in 534 milliseconds