Searched refs:secondaryZygoteState (Results 1 – 1 of 1) sorted by relevance
444 static ZygoteState secondaryZygoteState; field in Process723 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()