Home
last modified time | relevance | path

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

/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewSyncLoader.java67 init(webView, new WaitForLoadedClient(this), new WaitForProgressClient(this), in WebViewSyncLoader()
73 WaitForLoadedClient waitForLoadedClient, in WebViewSyncLoader()
81 final WaitForLoadedClient waitForLoadedClient, in init()
405 public static class WaitForLoadedClient extends WebViewClient { class in WebViewSyncLoader
408 public WaitForLoadedClient(WebViewSyncLoader webViewSyncLoader) { in WaitForLoadedClient() method in WebViewSyncLoader.WaitForLoadedClient
/cts/tests/tests/webkit/src/android/webkit/cts/
DHttpAuthHandlerTest.java26 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
101 private class ProceedHttpAuthClient extends WaitForLoadedClient {
132 private class CancelHttpAuthClient extends WaitForLoadedClient {
DWebViewSslTest.java37 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
522 final class MockWebViewClient extends WaitForLoadedClient { in testInsecureSiteClearsCertificate()
552 final class MockWebViewClient extends WaitForLoadedClient { in testSecureSiteSetsCertificate()
611 final class MockWebViewClient extends WaitForLoadedClient { in testOnReceivedSslError()
645 final class MockWebViewClient extends WaitForLoadedClient { in testOnReceivedSslErrorProceed()
664 final class MockWebViewClient extends WaitForLoadedClient { in testOnReceivedSslErrorCancel()
948 static class SslErrorWebViewClient extends WaitForLoadedClient {
DServiceWorkerClientTest.java27 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
96 private static class InterceptClient extends WaitForLoadedClient {
DWebViewZoomTest.java31 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
314 private final class ScaleChangedWebViewClient extends WaitForLoadedClient {
DWebViewClientTest.java41 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
500 final class TestClient extends WaitForLoadedClient { in testShouldInterceptRequestParams()
553 final class TestClient extends WaitForLoadedClient { in testShouldInterceptRequestResponse()
789 private class MockWebViewClient extends WaitForLoadedClient {
DGeolocationTest.java32 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
124 private static class InterceptClient extends WaitForLoadedClient {
DWebSettingsTest.java45 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
1042 final class InterceptClient extends WaitForLoadedClient { in testAllowMixedMode()
DWebViewTest.java75 import android.webkit.cts.WebViewSyncLoader.WaitForLoadedClient;
488 mWebView.setWebViewClient(new WaitForLoadedClient(mOnUiThread)); in testGetOriginalUrl()