Searched defs:MSG_SSL_ERROR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DLoadListener.java63 private static final int MSG_SSL_ERROR = 180; field in class:LoadListener
273 case MSG_SSL_ERROR:
804 sendMessageInternal(obtainMessage(MSG_SSL_ERROR, error));
807 // so that if it is canceled when MSG_SSL_ERROR is handled, we can

Completed in 7 milliseconds