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.java582 private String mErrorUrl; in testOnReceivedSslError() field in WebViewSslTest.MockWebViewClient
591 mErrorUrl = error.getUrl(); in testOnReceivedSslError()
595 return mErrorUrl; in testOnReceivedSslError()
931 private String mErrorUrl; field in WebViewSslTest.SslErrorWebViewClient
940 mErrorUrl = error.getUrl(); in onReceivedSslError()
955 return mErrorUrl; in errorUrl()