Searched refs:SECONDARY_SOCKET_NAME (Results 1 – 4 of 4) sorted by relevance
181 mZygoteSocket = Zygote.createManagedSocketFromInitSocket(Zygote.SECONDARY_SOCKET_NAME); in ZygoteServer()
229 public static final String SECONDARY_SOCKET_NAME = "zygote_secondary"; field in Zygote
944 ? Zygote.SECONDARY_SOCKET_NAME : Zygote.PRIMARY_SOCKET_NAME; in waitForSecondaryZygote()
114 new LocalSocketAddress(Zygote.SECONDARY_SOCKET_NAME, in ZygoteProcess()