Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java795 private boolean maybeSetApiBlacklistExemptions(ZygoteState state, boolean sendIfEmpty) { in maybeSetApiBlacklistExemptions() argument
799 } else if (!sendIfEmpty && mApiBlacklistExemptions.isEmpty()) { in maybeSetApiBlacklistExemptions()