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

/frameworks/base/core/java/android/os/
H A DProcess.java30 /*package*/ class ZygoteStartFailedEx extends Exception { class in inherits:Exception
35 ZygoteStartFailedEx() {}; method in class:ZygoteStartFailedEx
36 ZygoteStartFailedEx(String s) {super(s);} method in class:ZygoteStartFailedEx
37 ZygoteStartFailedEx(Throwable cause) {super(cause);} method in class:ZygoteStartFailedEx
270 } catch (ZygoteStartFailedEx ex) {
339 throws ZygoteStartFailedEx {
406 throw new ZygoteStartFailedEx("connect failed");
416 * @throws ZygoteStartFailedEx if process start failed for any reason
419 throws ZygoteStartFailedEx {
443 throw new ZygoteStartFailedEx(
[all...]

Completed in 25 milliseconds