Searched refs:primaryZygoteState (Results 1 – 2 of 2) sorted by relevance
273 private ZygoteState primaryZygoteState; field in ZygoteProcess838 if (primaryZygoteState != null) { in close()839 primaryZygoteState.close(); in close()928 boolean ok = maybeSetApiDenylistExemptions(primaryZygoteState, true); in setApiDenylistExemptions()946 maybeSetHiddenApiAccessLogSampleRate(primaryZygoteState); in setHiddenApiAccessLogSampleRate()961 maybeSetHiddenApiAccessStatslogSampleRate(primaryZygoteState); in setHiddenApiAccessStatslogSampleRate()1045 if (primaryZygoteState == null || primaryZygoteState.isClosed()) { in attemptConnectionToPrimaryZygote()1046 primaryZygoteState = in attemptConnectionToPrimaryZygote()1049 maybeSetApiDenylistExemptions(primaryZygoteState, false); in attemptConnectionToPrimaryZygote()1050 maybeSetHiddenApiAccessLogSampleRate(primaryZygoteState); in attemptConnectionToPrimaryZygote()[all …]
43580 Landroid/os/ZygoteProcess;->primaryZygoteState:Landroid/os/ZygoteProcess$ZygoteState;