Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewSslTest.java583 private String mErrorUrl; in testOnReceivedSslError() field in WebViewSslTest.MockWebViewClient
592 mErrorUrl = error.getUrl(); in testOnReceivedSslError()
596 return mErrorUrl; in testOnReceivedSslError()
920 private String mErrorUrl; field in WebViewSslTest.SslErrorWebViewClient
929 mErrorUrl = error.getUrl(); in onReceivedSslError()
944 return mErrorUrl; in errorUrl()