Searched refs:handleSslErrorRequest (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DEventHandler.java23 * then multiple data() then endData(). handleSslErrorRequest(), if
129 public boolean handleSslErrorRequest(SslError error); method in interface:EventHandler
H A DLoggingEventHandler.java85 public boolean handleSslErrorRequest(SslError error) { method in class:LoggingEventHandler
87 HttpLog.v("LoggingEventHandler: handleSslErrorRequest():" + error);
H A DHttpsConnection.java315 // handleSslErrorRequest may immediately unsuspend if it wants to
317 // So we mark the connection as suspended, call handleSslErrorRequest
324 boolean canHandle = req.getEventHandler().handleSslErrorRequest(error);
/frameworks/base/core/java/android/webkit/
H A DNetwork.java356 public void handleSslErrorRequest(LoadListener loader) { method in class:Network
359 mSslErrorHandler.handleSslErrorRequest(loader);
H A DSslErrorHandlerImpl.java135 /* package */ synchronized void handleSslErrorRequest(LoadListener loader) { method in class:SslErrorHandlerImpl
137 Log.v(LOGTAG, "SslErrorHandler.handleSslErrorRequest(): " +
H A DLoadListener.java755 public boolean handleSslErrorRequest(SslError error) { method in class:LoadListener
758 "LoadListener.handleSslErrorRequest(): url:" + url() +
789 Network.getInstance(mContext).handleSslErrorRequest(this);
H A DHTML5VideoViewProxy.java484 public boolean handleSslErrorRequest(SslError error) { method in class:HTML5VideoViewProxy.PosterDownloader
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java499 public boolean handleSslErrorRequest(SslError error) { method in class:TestEventHandler
503 Log.v(LOGTAG, "TestEventHandler: handleSslErrorRequest(): "+

Completed in 364 milliseconds