Searched defs:primaryZygoteState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DZygoteProcess.java151 private ZygoteState primaryZygoteState; field in class:ZygoteProcess
458 if (primaryZygoteState == null || primaryZygoteState.isClosed()) {
460 primaryZygoteState = ZygoteState.connect(mSocket);
466 if (primaryZygoteState.matches(abi)) {
467 return primaryZygoteState;

Completed in 42 milliseconds