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

/frameworks/base/core/java/android/webkit/
H A DSslErrorHandler.java182 * @return True iff should proceed to processing the
223 public void proceed() { method in class:SslErrorHandler
243 SslError error, boolean proceed) {
251 + " proceed: " + proceed
256 if (proceed) {
270 loader.handleSslErrorResponse(proceed);
242 handleSslErrorResponse(LoadListener loader, SslError error, boolean proceed) argument
H A DHttpAuthHandler.java103 * call back to either proceed() or cancel().
139 public void proceed(String username, String password) { method in class:HttpAuthHandler
H A DLoadListener.java860 void handleSslErrorResponse(boolean proceed) { argument
862 mRequestHandle.handleSslErrorResponse(proceed);
864 if (!proceed) {
1107 // and proceed with loading the file from the cache.
1283 // are canceled before proceed
/frameworks/base/core/java/android/net/http/
H A DHttpsConnection.java400 void restartConnection(boolean proceed) { argument
403 " proceed: " + proceed);
409 mAborted = !proceed;
H A DRequest.java511 public void handleSslErrorResponse(boolean proceed) { argument
514 connection.restartConnection(proceed);
H A DRequestHandle.java117 public void handleSslErrorResponse(boolean proceed) { argument
119 mRequest.handleSslErrorResponse(proceed);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java211 handler.proceed();
H A DTestShellActivity.java521 handler.proceed(credentials[0], credentials[1]);
531 handler.proceed();
546 // With the flag updated, we can now proceed as normal whether the progress update came from

Completed in 331 milliseconds