Searched refs:PRIMARY_SOCKET_NAME (Results 1 – 4 of 4) sorted by relevance
816 final boolean isPrimaryZygote = zygoteSocketName.equals(Zygote.PRIMARY_SOCKET_NAME); in main()901 String otherZygoteName = Zygote.PRIMARY_SOCKET_NAME.equals(socketName) in waitForSecondaryZygote()902 ? Zygote.SECONDARY_SOCKET_NAME : Zygote.PRIMARY_SOCKET_NAME; in waitForSecondaryZygote()
156 mZygoteSocket = Zygote.createManagedSocketFromInitSocket(Zygote.PRIMARY_SOCKET_NAME); in ZygoteServer()
297 public static final String PRIMARY_SOCKET_NAME = "zygote"; field in Zygote
106 new LocalSocketAddress(Zygote.PRIMARY_SOCKET_NAME, in ZygoteProcess()