Searched defs:Zygote (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h41 Zygote, enumerator in enum:android::AndroidRuntime::StartMode
91 * This gets called after the JavaVM has initialized after a Zygote
/frameworks/base/core/java/com/android/internal/os/
H A DZygote.java27 public final class Zygote { class
28 private static final String TAG = "Zygote";
56 private Zygote() {} method in class:Zygote
92 checkTime(startTime, "Zygote.preFork");
96 checkTime(startTime, "Zygote.nativeForkAndSpecialize");
98 checkTime(startTime, "Zygote.postForkCommon");
156 checkTime(startTime, "Zygote.callPostForkChildHooks");

Completed in 69 milliseconds