Searched refs:sStartedService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewZygote.java62 private static boolean sStartedService = false; field in class:WebViewZygote
117 if (!sStartedService) {
119 sStartedService = true;
123 sStartedService = false;
149 sStartedService = true;
154 if (!sStartedService) {

Completed in 19 milliseconds