OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALERT
(Results
1 - 5
of
5
) 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
";
Completed in 507 milliseconds