Searched refs:ZYGOTE_SOCKET (Results 1 – 2 of 2) sorted by relevance
57 public static final String ZYGOTE_SOCKET = "zygote"; field in Process721 primaryZygoteState = ZygoteState.connect(ZYGOTE_SOCKET); in openZygoteSocketIfNeeded()
636 String otherZygoteName = Process.ZYGOTE_SOCKET.equals(socketName) ? in waitForSecondaryZygote()637 Process.SECONDARY_ZYGOTE_SOCKET : Process.ZYGOTE_SOCKET; in waitForSecondaryZygote()