Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java156 private ZygoteState secondaryZygoteState; field in ZygoteProcess
471 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()