OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndroidException
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/util/src/android/util/cts/
AndroidExceptionTest.java
21
import android.util.
AndroidException
;
38
throw new
AndroidException
();
39
} catch (
AndroidException
e) {
43
throw new
AndroidException
(NAME);
44
} catch (
AndroidException
e) {
49
throw new
AndroidException
(CAUSE);
50
} catch (
AndroidException
e) {
/frameworks/base/cmds/am/src/com/android/commands/am/
Am.java
29
import android.util.
AndroidException
;
57
} catch (
AndroidException
e) {
68
throw new
AndroidException
("Can't connect to activity manager; is the system running?");
74
throw new
AndroidException
("Can't connect to package manager; is the system running?");
138
void runAmCmd(String[] args) throws
AndroidException
{
145
throw new
AndroidException
("Can't call activity manager; is the system running?");
Instrument.java
34
import android.util.
AndroidException
;
499
throw new
AndroidException
(
514
throw new
AndroidException
("INSTRUMENTATION_FAILED: " + cn.flattenToString());
Completed in 436 milliseconds