Home
last modified time | relevance | path

Searched refs:WaitForLoadedClient (Results 1 – 11 of 11) sorted by relevance

/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewSyncLoader.java68 init(webView, new WaitForLoadedClient(this), new WaitForProgressClient(this), in WebViewSyncLoader()
74 WaitForLoadedClient waitForLoadedClient, in WebViewSyncLoader()
82 final WaitForLoadedClient waitForLoadedClient, in init()
397 public static class WaitForLoadedClient extends WebViewClient { class in WebViewSyncLoader
400 public WaitForLoadedClient(WebViewSyncLoader webViewSyncLoader) { in WaitForLoadedClient() method in WebViewSyncLoader.WaitForLoadedClient
/cts/tests/tests/webkit/src/android/webkit/cts/
DHttpAuthHandlerTest.java23 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
67 private class ProceedHttpAuthClient extends WaitForLoadedClient {
98 private class CancelHttpAuthClient extends WaitForLoadedClient {
DWebViewSslTest.java33 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
491 final class MockWebViewClient extends WaitForLoadedClient { in testInsecureSiteClearsCertificate()
521 final class MockWebViewClient extends WaitForLoadedClient { in testSecureSiteSetsCertificate()
581 final class MockWebViewClient extends WaitForLoadedClient { in testOnReceivedSslError()
617 final class MockWebViewClient extends WaitForLoadedClient { in testOnReceivedSslErrorProceed()
638 final class MockWebViewClient extends WaitForLoadedClient { in testOnReceivedSslErrorCancel()
929 static class SslErrorWebViewClient extends WaitForLoadedClient {
DServiceWorkerClientTest.java28 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
86 private static class InterceptClient extends WaitForLoadedClient {
DWebViewZoomTest.java34 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
310 private final class ScaleChangedWebViewClient extends WaitForLoadedClient {
DWebViewClientTest.java38 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
479 final class TestClient extends WaitForLoadedClient { in testShouldInterceptRequestParams()
542 final class TestClient extends WaitForLoadedClient { in testShouldInterceptRequestResponse()
790 private class MockWebViewClient extends WaitForLoadedClient {
DGeolocationTest.java39 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
123 private static class InterceptClient extends WaitForLoadedClient {
DTracingControllerTest.java26 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
DWebSettingsTest.java44 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
1101 final class InterceptClient extends WaitForLoadedClient { in testAllowMixedMode()
DWebViewTest.java82 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
502 mWebView.setWebViewClient(new WaitForLoadedClient(mOnUiThread)); in testGetOriginalUrl()
/cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
DWebViewDeviceSideStartupTest.java35 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
105 webView.setWebViewClient(new WaitForLoadedClient(syncLoader) { in testCookieManagerBlockingUiThread()