Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DProcess.java32 /*package*/ class ZygoteStartFailedEx extends Exception { class
37 ZygoteStartFailedEx() {}; in ZygoteStartFailedEx() method in ZygoteStartFailedEx
38 ZygoteStartFailedEx(String s) {super(s);} in ZygoteStartFailedEx() method in ZygoteStartFailedEx
39 ZygoteStartFailedEx(Throwable cause) {super(cause);} in ZygoteStartFailedEx() method in ZygoteStartFailedEx
398 } catch (ZygoteStartFailedEx ex) { in start()
414 throws ZygoteStartFailedEx { in openZygoteSocketIfNeeded()
481 throw new ZygoteStartFailedEx("connect failed"); in openZygoteSocketIfNeeded()
494 throws ZygoteStartFailedEx { in zygoteSendArgsAndGetResult()
516 throw new ZygoteStartFailedEx( in zygoteSendArgsAndGetResult()
529 throw new ZygoteStartFailedEx("fork() failed"); in zygoteSendArgsAndGetResult()
[all …]