Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DProcess.java444 static ZygoteState secondaryZygoteState; field in Process
723 if (secondaryZygoteState == null || secondaryZygoteState.isClosed()) { in openZygoteSocketIfNeeded()
725 secondaryZygoteState = ZygoteState.connect(SECONDARY_ZYGOTE_SOCKET); in openZygoteSocketIfNeeded()
731 if (secondaryZygoteState.matches(abi)) { in openZygoteSocketIfNeeded()
732 return secondaryZygoteState; in openZygoteSocketIfNeeded()