Searched refs:PRIMARY_SOCKET_NAME (Results 1 – 4 of 4) sorted by relevance
869 final boolean isPrimaryZygote = zygoteSocketName.equals(Zygote.PRIMARY_SOCKET_NAME); in main()943 String otherZygoteName = Zygote.PRIMARY_SOCKET_NAME.equals(socketName) in waitForSecondaryZygote()944 ? Zygote.SECONDARY_SOCKET_NAME : Zygote.PRIMARY_SOCKET_NAME; in waitForSecondaryZygote()
176 mZygoteSocket = Zygote.createManagedSocketFromInitSocket(Zygote.PRIMARY_SOCKET_NAME); in ZygoteServer()
224 public static final String PRIMARY_SOCKET_NAME = "zygote"; field in Zygote
111 new LocalSocketAddress(Zygote.PRIMARY_SOCKET_NAME, in ZygoteProcess()