HomeSort by relevance Sort by last modified time
    Searched refs:WebViewUpdateService (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/webkit/
WebViewUpdateService.java 35 public class WebViewUpdateService extends SystemService {
37 private static final String TAG = "WebViewUpdateService";
45 public WebViewUpdateService(Context context) {
95 synchronized (WebViewUpdateService.this) {
101 WebViewUpdateService.this.notifyAll();
110 // The WebViewUpdateService depends on the prepareWebViewInSystemServer call, which
121 synchronized (WebViewUpdateService.this) {
126 WebViewUpdateService.this.wait(timeoutTimeMs - timeNowMs);
  /frameworks/base/services/java/com/android/server/
SystemServer.java 92 import com.android.server.webkit.WebViewUpdateService;
400 mSystemServiceManager.startService(WebViewUpdateService.class);
    [all...]

Completed in 657 milliseconds