Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java449 if (shouldAttemptUsapLaunch(zygotePolicyFlags, args)) { in zygoteSendArgsAndGetResult()
528 private boolean shouldAttemptUsapLaunch(int zygotePolicyFlags, ArrayList<String> args) { in shouldAttemptUsapLaunch() method in ZygoteProcess