OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALERT
(Results
1 - 6
of
6
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
ContentType.java
34
* Identifies
alert
message
36
protected static final byte
ALERT
= 21;
/external/nist-sip/java/javax/sip/header/
ContentDispositionHeader.java
11
String
ALERT
= "
Alert
";
/frameworks/base/core/java/android/webkit/
JsDialogHelper.java
44
public static final int
ALERT
= 1;
74
case
ALERT
:
123
if (mType !=
ALERT
) {
177
// We can only display the
alert
dialog if mContext is
181
// 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/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 126 milliseconds