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