Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DZygoteConnection.java384 () -> ZygoteInit.setApiBlacklistExemptions(exemptions)); in handleApiBlacklistExemptions()
502 ZygoteInit.setHiddenApiAccessLogSampleRate(maxSamplingRate); in handleHiddenApiAccessLogSampleRate()
504 ZygoteInit.setHiddenApiUsageLogger(HiddenApiUsageLogger.getInstance()); in handleHiddenApiAccessLogSampleRate()
509 ZygoteInit.lazyPreload(); in preload()
513 return ZygoteInit.isPreloadComplete(); in isPreloadComplete()
599 return ZygoteInit.zygoteInit(parsedArgs.mTargetSdkVersion, in handleChildProc()
602 return ZygoteInit.childZygoteInit(parsedArgs.mTargetSdkVersion, in handleChildProc()
DOWNERS1 per-file ZygoteArguments.java,ZygoteConnection.java,ZygoteInit.java,Zygote.java,ZygoteServer.java =…
DWrapperInit.java83 ZygoteInit.preload(new TimingsTraceLog("WrapperInitTiming", in main()
159 classLoader = ZygoteInit.createPathClassLoader(argv[1], targetSdkVersion); in wrapperInit()
DZygoteInit.java83 public class ZygoteInit { class
538 return ZygoteInit.zygoteInit(parsedArgs.mTargetSdkVersion, in handleSystemServerProcess()
957 private ZygoteInit() { in ZygoteInit() method in ZygoteInit
982 ZygoteInit.nativeZygoteInit(); in zygoteInit()
DZygote.java629 return ZygoteInit.zygoteInit(args.mTargetSdkVersion, in usapMain()
/frameworks/base/config/
Dpreloaded-classes4652 com.android.internal.os.ZygoteInit