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