Home
last modified time | relevance | path

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

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