Searched refs:PRIMARY_SOCKET_NAME (Results 1 – 4 of 4) sorted by relevance
865 final boolean isPrimaryZygote = zygoteSocketName.equals(Zygote.PRIMARY_SOCKET_NAME); in main()945 String otherZygoteName = Zygote.PRIMARY_SOCKET_NAME.equals(socketName) in waitForSecondaryZygote()946 ? Zygote.SECONDARY_SOCKET_NAME : Zygote.PRIMARY_SOCKET_NAME; in waitForSecondaryZygote()
152 mZygoteSocket = Zygote.createManagedSocketFromInitSocket(Zygote.PRIMARY_SOCKET_NAME); in ZygoteServer()
181 public static final String PRIMARY_SOCKET_NAME = "zygote"; field in Zygote
108 new LocalSocketAddress(Zygote.PRIMARY_SOCKET_NAME, in ZygoteProcess()