Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DZygoteServer.java161 mZygoteSocket = Zygote.createManagedSocketFromInitSocket(Zygote.SECONDARY_SOCKET_NAME); in ZygoteServer()
H A DZygoteInit.java907 } else if (zygoteSocketName.equals(Zygote.SECONDARY_SOCKET_NAME)) { in main()
987 ? Zygote.SECONDARY_SOCKET_NAME : Zygote.PRIMARY_SOCKET_NAME; in waitForSecondaryZygote()
H A DZygote.java299 public static final String SECONDARY_SOCKET_NAME = "zygote_secondary"; field in Zygote
/aosp14/frameworks/base/core/java/android/os/
H A DZygoteProcess.java109 new LocalSocketAddress(Zygote.SECONDARY_SOCKET_NAME, in ZygoteProcess()