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

/frameworks/base/core/java/android/os/
H A DProcess.java394 public static class ZygoteState { class in class:Process
402 private ZygoteState(LocalSocket socket, DataInputStream inputStream, method in class:Process.ZygoteState
410 public static ZygoteState connect(String socketAddress) throws IOException {
435 return new ZygoteState(zygoteSocket, zygoteInputStream, zygoteWriter,
461 static ZygoteState primaryZygoteState;
466 static ZygoteState secondaryZygoteState;
559 ZygoteState zygoteState, ArrayList<String> args)
742 private static ZygoteState openZygoteSocketIfNeeded(String abi) throws ZygoteStartFailedEx {
745 primaryZygoteState = ZygoteState.connect(ZYGOTE_SOCKET);
758 secondaryZygoteState = ZygoteState
[all...]

Completed in 57 milliseconds