Searched refs:mZygote (Results 1 – 1 of 1) sorted by relevance
53 private ChildZygoteProcess mZygote; field in AppZygote70 if (mZygote != null) return mZygote; in getProcess()73 return mZygote; in getProcess()92 if (mZygote != null) { in stopZygoteLocked()95 mZygote.close(); in stopZygoteLocked()96 Process.killProcess(mZygote.getPid()); in stopZygoteLocked()97 mZygote = null; in stopZygoteLocked()106 mZygote = Process.ZYGOTE_PROCESS.startChildZygote( in connectToZygoteIfNeededLocked()120 ZygoteProcess.waitForConnectionToZygote(mZygote.getPrimarySocketAddress()); in connectToZygoteIfNeededLocked()123 mZygote.preloadApp(mAppInfo, abi); in connectToZygoteIfNeededLocked()