Searched refs:webviewPrep (Results 1 – 1 of 1) sorted by relevance
2248 Future<?> webviewPrep = null; in startOtherServices() local2250 webviewPrep = SystemServerInitThreadPool.submit(() -> { in startOtherServices()2346 if (webviewPrep != null) { in startOtherServices()2347 ConcurrentUtils.waitForFutureNoInterrupt(webviewPrep, WEBVIEW_PREPARATION); in startOtherServices()