Searched refs:mZygote (Results 1 – 1 of 1) sorted by relevance
57 private ChildZygoteProcess mZygote; field in AppZygote77 if (mZygote != null) return mZygote; in getProcess()80 return mZygote; in getProcess()99 if (mZygote != null) { in stopZygoteLocked()100 mZygote.close(); in stopZygoteLocked()102 Process.killProcessGroup(mZygoteUid, mZygote.getPid()); in stopZygoteLocked()103 mZygote = null; in stopZygoteLocked()114 mZygote = Process.ZYGOTE_PROCESS.startChildZygote( in connectToZygoteIfNeededLocked()128 ZygoteProcess.waitForConnectionToZygote(mZygote.getPrimarySocketAddress()); in connectToZygoteIfNeededLocked()131 mZygote.preloadApp(mAppInfo, abi); in connectToZygoteIfNeededLocked()