Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DProcess.java474 static ZygoteState secondaryZygoteState; field in Process
773 if (secondaryZygoteState == null || secondaryZygoteState.isClosed()) { in openZygoteSocketIfNeeded()
775 secondaryZygoteState = ZygoteState.connect(SECONDARY_ZYGOTE_SOCKET); in openZygoteSocketIfNeeded()
781 if (secondaryZygoteState.matches(abi)) { in openZygoteSocketIfNeeded()
782 return secondaryZygoteState; in openZygoteSocketIfNeeded()