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.java584 private String mErrorUrl; in testOnReceivedSslError() field in WebViewSslTest.MockWebViewClient
593 mErrorUrl = error.getUrl(); in testOnReceivedSslError()
597 return mErrorUrl; in testOnReceivedSslError()
921 private String mErrorUrl; field in WebViewSslTest.SslErrorWebViewClient
930 mErrorUrl = error.getUrl(); in onReceivedSslError()
945 return mErrorUrl; in errorUrl()