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

/frameworks/base/core/java/android/os/
H A DProcess.java402 public static class ZygoteState { class in class:Process
410 private ZygoteState(LocalSocket socket, DataInputStream inputStream, method in class:Process.ZygoteState
418 public static ZygoteState connect(String socketAddress) throws IOException {
443 return new ZygoteState(zygoteSocket, zygoteInputStream, zygoteWriter,
469 static ZygoteState primaryZygoteState;
474 static ZygoteState secondaryZygoteState;
567 ZygoteState zygoteState, ArrayList<String> args)
759 private static ZygoteState openZygoteSocketIfNeeded(String abi) throws ZygoteStartFailedEx {
762 primaryZygoteState = ZygoteState.connect(ZYGOTE_SOCKET);
775 secondaryZygoteState = ZygoteState
[all...]

Completed in 218 milliseconds