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

/frameworks/base/core/java/android/os/
H A DZygoteProcess.java176 private ZygoteState primaryZygoteState; field in class:ZygoteProcess
446 if (primaryZygoteState != null) {
447 primaryZygoteState.close();
481 boolean ok = maybeSetApiBlacklistExemptions(primaryZygoteState, true);
499 maybeSetHiddenApiAccessLogSampleRate(primaryZygoteState);
566 if (primaryZygoteState == null || primaryZygoteState.isClosed()) {
568 primaryZygoteState = ZygoteState.connect(mSocket);
572 maybeSetApiBlacklistExemptions(primaryZygoteState, false);
573 maybeSetHiddenApiAccessLogSampleRate(primaryZygoteState);
[all...]

Completed in 110 milliseconds