HomeSort by relevance Sort by last modified time
    Searched refs:ZygoteStartFailedEx (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/
Process.java 36 /*package*/ class ZygoteStartFailedEx extends Exception {
37 ZygoteStartFailedEx(String s) {
41 ZygoteStartFailedEx(Throwable cause) {
45 ZygoteStartFailedEx(String s, Throwable cause) {
524 } catch (ZygoteStartFailedEx ex) {
538 * @throws ZygoteStartFailedEx if the query failed.
564 * @throws ZygoteStartFailedEx if process start failed for any reason
568 throws ZygoteStartFailedEx {
575 throw new ZygoteStartFailedEx("embedded newlines not allowed");
613 throw new ZygoteStartFailedEx("fork() failed")
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 67 milliseconds