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