Searched refs:webViewCurrentlyLoaded (Results 1 – 2 of 2) sorted by relevance
60 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_onSuccessLoadsWebView()71 Assert.assertTrue(webViewCurrentlyLoaded()); in testAsyncStartUp_onSuccessLoadsWebView()83 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_onSuccessReturnsTimingInfo()109 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_onSuccessReturnsNoBlockingLocationWithoutBlockingInit()135 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_returnsSingleBlockingLocationWithProviderInitOnMainLooper()164 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_returnsSingleBlockingLocationWithChromiumInitOnUiThread()196 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_returnsBlockingLocationsWithWebViewInitOnUiThread()226 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_returnsSameInfoForMultipleCalls()276 Assume.assumeFalse(webViewCurrentlyLoaded()); in testAsyncStartUp_withoutRunningUiThreadStartUpLoadsWebViewWithoutStartingChromium()288 Assert.assertTrue(webViewCurrentlyLoaded()); in testAsyncStartUp_withoutRunningUiThreadStartUpLoadsWebViewWithoutStartingChromium()[all …]
248 if (webViewCurrentlyLoaded()) { in apply()282 private static boolean webViewCurrentlyLoaded() { in webViewCurrentlyLoaded() method in ProcessGlobalConfig