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

/frameworks/base/core/java/android/os/
H A DProcess.java373 public static class ZygoteState { class in class:Process
381 private ZygoteState(LocalSocket socket, DataInputStream inputStream, method in class:Process.ZygoteState
389 public static ZygoteState connect(String socketAddress) throws IOException {
414 return new ZygoteState(zygoteSocket, zygoteInputStream, zygoteWriter,
440 static ZygoteState primaryZygoteState;
445 static ZygoteState secondaryZygoteState;
538 ZygoteState zygoteState, ArrayList<String> args)
718 private static ZygoteState openZygoteSocketIfNeeded(String abi) throws ZygoteStartFailedEx {
721 primaryZygoteState = ZygoteState.connect(ZYGOTE_SOCKET);
734 secondaryZygoteState = ZygoteState
[all...]

Completed in 79 milliseconds