Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java273 private ZygoteState primaryZygoteState; field in ZygoteProcess
846 if (primaryZygoteState != null) { in close()
847 primaryZygoteState.close(); in close()
936 boolean ok = maybeSetApiBlacklistExemptions(primaryZygoteState, true); in setApiBlacklistExemptions()
954 maybeSetHiddenApiAccessLogSampleRate(primaryZygoteState); in setHiddenApiAccessLogSampleRate()
969 maybeSetHiddenApiAccessStatslogSampleRate(primaryZygoteState); in setHiddenApiAccessStatslogSampleRate()
1053 if (primaryZygoteState == null || primaryZygoteState.isClosed()) { in attemptConnectionToPrimaryZygote()
1054 primaryZygoteState = in attemptConnectionToPrimaryZygote()
1057 maybeSetApiBlacklistExemptions(primaryZygoteState, false); in attemptConnectionToPrimaryZygote()
1058 maybeSetHiddenApiAccessLogSampleRate(primaryZygoteState); in attemptConnectionToPrimaryZygote()
[all …]