Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DProcess.java439 static ZygoteState primaryZygoteState; field in Process
710 if (primaryZygoteState == null || primaryZygoteState.isClosed()) { in openZygoteSocketIfNeeded()
712 primaryZygoteState = ZygoteState.connect(ZYGOTE_SOCKET); in openZygoteSocketIfNeeded()
718 if (primaryZygoteState.matches(abi)) { in openZygoteSocketIfNeeded()
719 return primaryZygoteState; in openZygoteSocketIfNeeded()