Searched refs:ZygoteInit (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteConnection.java | 384 () -> 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()
|
D | OWNERS | 1 per-file ZygoteArguments.java,ZygoteConnection.java,ZygoteInit.java,Zygote.java,ZygoteServer.java =…
|
D | WrapperInit.java | 83 ZygoteInit.preload(new TimingsTraceLog("WrapperInitTiming", in main() 159 classLoader = ZygoteInit.createPathClassLoader(argv[1], targetSdkVersion); in wrapperInit()
|
D | ZygoteInit.java | 83 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()
|
D | Zygote.java | 629 return ZygoteInit.zygoteInit(args.mTargetSdkVersion, in usapMain()
|
/frameworks/base/config/ |
D | preloaded-classes | 4652 com.android.internal.os.ZygoteInit
|