Searched refs:handleSslErrorRequest (Results 1 - 4 of 4) 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.java316 // handleSslErrorRequest may immediately unsuspend if it wants to
318 // So we mark the connection as suspended, call handleSslErrorRequest
325 boolean canHandle = req.getEventHandler().handleSslErrorRequest(error);
/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 433 milliseconds