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