Searched defs:ZygoteInit (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java61 public class ZygoteInit { class
115 throws ZygoteInit.MethodAndArgsCaller {
144 * This throw gets caught in ZygoteInit.main(), which responds
149 throw new ZygoteInit.MethodAndArgsCaller(m, argv);
452 throws ZygoteInit.MethodAndArgsCaller {
770 private ZygoteInit() { method in class:ZygoteInit

Completed in 67 milliseconds