Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DZygoteProcess.java915 boolean ok = maybeSetApiDenylistExemptions(primaryZygoteState, true); in setApiDenylistExemptions()
917 ok = maybeSetApiDenylistExemptions(secondaryZygoteState, true); in setApiDenylistExemptions()
954 private boolean maybeSetApiDenylistExemptions(ZygoteState state, boolean sendIfEmpty) { in maybeSetApiDenylistExemptions() method in ZygoteProcess
1036 maybeSetApiDenylistExemptions(primaryZygoteState, false); in attemptConnectionToPrimaryZygote()
1051 maybeSetApiDenylistExemptions(secondaryZygoteState, false); in attemptConnectionToSecondaryZygote()