Searched refs:primaryZygoteState (Results 1 – 2 of 2) sorted by relevance
260 private ZygoteState primaryZygoteState; field in ZygoteProcess692 if (primaryZygoteState != null) { in close()693 primaryZygoteState.close(); in close()756 boolean ok = maybeSetApiBlacklistExemptions(primaryZygoteState, true); in setApiBlacklistExemptions()774 maybeSetHiddenApiAccessLogSampleRate(primaryZygoteState); in setHiddenApiAccessLogSampleRate()789 maybeSetHiddenApiAccessStatslogSampleRate(primaryZygoteState); in setHiddenApiAccessStatslogSampleRate()873 if (primaryZygoteState == null || primaryZygoteState.isClosed()) { in attemptConnectionToPrimaryZygote()874 primaryZygoteState = in attemptConnectionToPrimaryZygote()877 maybeSetApiBlacklistExemptions(primaryZygoteState, false); in attemptConnectionToPrimaryZygote()878 maybeSetHiddenApiAccessLogSampleRate(primaryZygoteState); in attemptConnectionToPrimaryZygote()[all …]
58125 Landroid/os/ZygoteProcess;->primaryZygoteState:Landroid/os/ZygoteProcess$ZygoteState;