HomeSort by relevance Sort by last modified time
    Searched defs:ALERT (Results 1 - 5 of 5) sorted by null

  /external/nist-sip/java/javax/sip/header/
ContentDispositionHeader.java 11 String ALERT = "Alert";
  /frameworks/base/core/java/android/webkit/
JsDialogHelper.java 46 public static final int ALERT = 1;
76 case ALERT:
125 if (mType != ALERT) {
179 // We can only display the alert dialog if mContext is
183 // another Activity when the alert should be displayed) ?
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 109 public static final String ALERT = "alert";
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 33 public static final String ALERT = "ALERT";
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLHeartbleedTest.java 139 // the handshake with unexpected_message alert (if heartbeats are not supported).
149 // fatal alert unexpected_message
152 fail("Handshake failed without a fatal alert");
155 "First fatal alert description received from server",
425 case TlsProtocols.ALERT:
427 AlertMessage alert = AlertMessage.tryParse(record); local
428 if ((alert != null) && (alert.level == AlertMessage.LEVEL_FATAL)) {
429 setFatalAlertDetected(alert.description);
484 case TlsProtocols.ALERT
    [all...]

Completed in 377 milliseconds