Searched refs:ZygoteState (Results 1 – 3 of 3) sorted by relevance
402 public static class ZygoteState { class in Process410 private ZygoteState(LocalSocket socket, DataInputStream inputStream, in ZygoteState() method in Process.ZygoteState418 public static ZygoteState connect(String socketAddress) throws IOException { in connect()443 return new ZygoteState(zygoteSocket, zygoteInputStream, zygoteWriter, in connect()469 static ZygoteState primaryZygoteState;474 static ZygoteState secondaryZygoteState;567 ZygoteState zygoteState, ArrayList<String> args) in zygoteSendArgsAndGetResult()759 private static ZygoteState openZygoteSocketIfNeeded(String abi) throws ZygoteStartFailedEx { in openZygoteSocketIfNeeded()762 primaryZygoteState = ZygoteState.connect(ZYGOTE_SOCKET); in openZygoteSocketIfNeeded()775 secondaryZygoteState = ZygoteState.connect(SECONDARY_ZYGOTE_SOCKET); in openZygoteSocketIfNeeded()
800 final Process.ZygoteState zs = Process.ZygoteState.connect(otherZygoteName); in waitForSecondaryZygote()
3157 android.os.Process$ZygoteState