Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java818 if (hasSecondZygote(abiList)) { in forkSystemServer()
981 private static boolean hasSecondZygote(String abiList) { in hasSecondZygote() method in ZygoteInit