Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DWebViewZygote.java55 private static ZygoteProcess sZygote; field in WebViewZygote
86 if (sZygote != null) return sZygote; in getProcess()
89 return sZygote; in getProcess()
124 sZygote = null; in setMultiprocessEnabled()
140 sZygote = null; in onWebViewProviderChanged()
190 if (sZygote != null) { in connectToZygoteIfNeededLocked()
206 sZygote = new ZygoteProcess(WEBVIEW_ZYGOTE_SOCKET, null); in connectToZygoteIfNeededLocked()
224 sZygote.preloadPackageForAbi(zip, librarySearchPath, sPackageCacheKey, in connectToZygoteIfNeededLocked()
228 sZygote = null; in connectToZygoteIfNeededLocked()