Searched refs:primaryZygoteState (Results 1 – 2 of 2) sorted by relevance
271 private ZygoteState primaryZygoteState; field in ZygoteProcess781 if (primaryZygoteState != null) { in close()782 primaryZygoteState.close(); in close()871 boolean ok = maybeSetApiBlacklistExemptions(primaryZygoteState, true); in setApiBlacklistExemptions()889 maybeSetHiddenApiAccessLogSampleRate(primaryZygoteState); in setHiddenApiAccessLogSampleRate()904 maybeSetHiddenApiAccessStatslogSampleRate(primaryZygoteState); in setHiddenApiAccessStatslogSampleRate()988 if (primaryZygoteState == null || primaryZygoteState.isClosed()) { in attemptConnectionToPrimaryZygote()989 primaryZygoteState = in attemptConnectionToPrimaryZygote()992 maybeSetApiBlacklistExemptions(primaryZygoteState, false); in attemptConnectionToPrimaryZygote()993 maybeSetHiddenApiAccessLogSampleRate(primaryZygoteState); in attemptConnectionToPrimaryZygote()[all …]
54142 Landroid/os/ZygoteProcess;->primaryZygoteState:Landroid/os/ZygoteProcess$ZygoteState;