Home
last modified time | relevance | path

Searched refs:SECONDARY_SOCKET_NAME (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygoteServer.java181 mZygoteSocket = Zygote.createManagedSocketFromInitSocket(Zygote.SECONDARY_SOCKET_NAME); in ZygoteServer()
DZygote.java229 public static final String SECONDARY_SOCKET_NAME = "zygote_secondary"; field in Zygote
DZygoteInit.java944 ? Zygote.SECONDARY_SOCKET_NAME : Zygote.PRIMARY_SOCKET_NAME; in waitForSecondaryZygote()
/frameworks/base/core/java/android/os/
DZygoteProcess.java114 new LocalSocketAddress(Zygote.SECONDARY_SOCKET_NAME, in ZygoteProcess()