Searched refs:secondaryZygoteState (Results 1 – 1 of 1) sorted by relevance
156 private ZygoteState secondaryZygoteState; field in ZygoteProcess471 if (secondaryZygoteState == null || secondaryZygoteState.isClosed()) { in openZygoteSocketIfNeeded()473 secondaryZygoteState = ZygoteState.connect(mSecondarySocket); in openZygoteSocketIfNeeded()479 if (secondaryZygoteState.matches(abi)) { in openZygoteSocketIfNeeded()480 return secondaryZygoteState; in openZygoteSocketIfNeeded()