Searched defs:ZygoteStartFailedEx (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DProcess.java33 /*package*/ class ZygoteStartFailedEx extends Exception { class in inherits:Exception
34 ZygoteStartFailedEx(String s) { method in class:ZygoteStartFailedEx
38 ZygoteStartFailedEx(Throwable cause) { method in class:ZygoteStartFailedEx
42 ZygoteStartFailedEx(String s, Throwable cause) { method in class:ZygoteStartFailedEx
494 } catch (ZygoteStartFailedEx ex) {
508 * @throws ZygoteStartFailedEx if the query failed.
534 * @throws ZygoteStartFailedEx if process start failed for any reason
538 throws ZygoteStartFailedEx {
560 throw new ZygoteStartFailedEx(
573 throw new ZygoteStartFailedEx("for
[all...]

Completed in 24 milliseconds