Searched refs:primaryZygoteState (Results 1 – 1 of 1) sorted by relevance
152 private ZygoteState primaryZygoteState; field in ZygoteProcess459 if (primaryZygoteState == null || primaryZygoteState.isClosed()) { in openZygoteSocketIfNeeded()461 primaryZygoteState = ZygoteState.connect(mSocket); in openZygoteSocketIfNeeded()467 if (primaryZygoteState.matches(abi)) { in openZygoteSocketIfNeeded()468 return primaryZygoteState; in openZygoteSocketIfNeeded()