Home
last modified time | relevance | path

Searched refs:WaitForLoadedClient (Results 1 – 10 of 10) 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()
408 public static class WaitForLoadedClient extends WebViewClient { class in WebViewSyncLoader
411 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.java36 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
496 final class MockWebViewClient extends WaitForLoadedClient { in testInsecureSiteClearsCertificate()
526 final class MockWebViewClient extends WaitForLoadedClient { in testSecureSiteSetsCertificate()
586 final class MockWebViewClient extends WaitForLoadedClient { in testOnReceivedSslError()
622 final class MockWebViewClient extends WaitForLoadedClient { in testOnReceivedSslErrorProceed()
643 final class MockWebViewClient extends WaitForLoadedClient { in testOnReceivedSslErrorCancel()
967 static class SslErrorWebViewClient extends WaitForLoadedClient {
DServiceWorkerClientTest.java28 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
86 private static class InterceptClient extends WaitForLoadedClient {
DWebViewZoomTest.java35 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
311 private final class ScaleChangedWebViewClient extends WaitForLoadedClient {
DWebViewClientTest.java38 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
481 final class TestClient extends WaitForLoadedClient { in testShouldInterceptRequestParams()
544 final class TestClient extends WaitForLoadedClient { in testShouldInterceptRequestResponse()
802 private class MockWebViewClient extends WaitForLoadedClient {
DTracingControllerTest.java26 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
DGeolocationTest.java39 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
123 private static class InterceptClient extends WaitForLoadedClient {
DWebSettingsTest.java45 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
1105 final class InterceptClient extends WaitForLoadedClient { in testAllowMixedMode()
/cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
DWebViewDeviceSideStartupTest.java35 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
102 webView.setWebViewClient(new WaitForLoadedClient(syncLoader) { in testCookieManagerBlockingUiThread()