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

  /external/conscrypt/testing/src/main/java/libcore/tlswire/record/
TlsProtocols.java 22 public static final int ALERT = 21;
  /libcore/support/src/test/java/libcore/tlswire/record/
TlsProtocols.java 24 public static final int ALERT = 21;
  /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";
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 32 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...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 

Completed in 316 milliseconds