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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ContentType.java 34 * Identifies alert message
36 protected static final byte ALERT = 21;
AlertProtocol.java 21 * This class encapsulates the functionality of Alert Protocol.
29 * Defines the severity of alert as warning
33 * Defines the severity of alert as fatal
39 * Defines the description code of the close_notify alert
43 * Defines the description code of the unexpected_message alert
47 * Defines the description code of the bad_record_mac alert
51 * Defines the description code of the decryption_failed alert
55 * Defines the description code of the record_overflow alert
59 * Defines the description code of the decompression_failure alert
63 * Defines the description code of the handshake_failure alert
131 private final byte[] alert = new byte[2]; field in class:AlertProtocol
162 protected void alert(byte level, byte description) { method in class:AlertProtocol
    [all...]
SSLSocketImpl.java 52 // alert protocol to be used
550 alertProtocol.alert(AlertProtocol.WARNING,
613 // to appropriate client protocol (alert, handshake, or app)
625 case ContentType.ALERT:
644 // warning alert occurred during wrap or unwrap
645 // (note: fatal alert causes AlertException
740 // to appropriate client protocol (alert, handshake, or app)
749 // it will throw alert exception.
754 case ContentType.ALERT:
774 // warning alert occurred during wrap or unwra
    [all...]
SSLRecordProtocol.java 26 * client protocol (handshake, alert, application data protocols)
82 // alert protocol to indicate alerts occurred/received
404 case ContentType.ALERT:
405 alert(fragment[0], fragment[1]); method
431 * Passes the alert information to the alert protocol.
435 protected void alert(byte level, byte description) { method in class:SSLRecordProtocol
439 alertProtocol.alert(level, description);
SSLEngineImpl.java 45 // indicates if close_notify alert had been sent to another peer
47 // indicates if close_notify alert had been received from another peer
62 // alert protocol to be used
143 alertProtocol.alert(AlertProtocol.FATAL,
146 + "alert has been received.");
170 alertProtocol.alert(AlertProtocol.WARNING,
353 // need to send an alert
462 // to appropriate client protocol (alert, handshake, or app)
476 case ContentType.ALERT:
482 String description = "Fatal alert received
    [all...]
  /external/nist-sip/java/javax/sip/header/
ContentDispositionHeader.java 11 String ALERT = "Alert";
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarm.java 61 p.writeParcelable(alert, flags);
122 * Audio alert to play when alarm triggers
125 public static final String ALERT = "alert";
138 ENABLED, VIBRATE, MESSAGE, ALERT };
167 public Uri alert; field in class:Alarm
173 "alert=" + alert +
203 alert = Uri.parse(alertString);
206 // If the database alert is null or it failed to parse, use th
    [all...]
Alarms.java 83 // snooze alert.
125 * snooze. Sets next alert.
186 // A null alert Uri indicates a silent alarm.
187 values.put(Alarm.Columns.ALERT, alarm.alert == null ? ALARM_ALERT_SILENT
188 : alarm.alert.toString());
349 // calculate the time to get the next alert.
401 * otherwise loads all alarms, activates next alert.
415 * Sets alert in AlarmManger and StatusBar. This is what will
416 * actually launch the alert when the alarm triggers
    [all...]
  /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/
ImapResponse.java 91 * e.g. "ALERT" for "* OK [ALERT] System shutdown in 10 minutes"
101 * @return Alert message it it has ALERT response code.
103 * e.g. "System shutdown in 10 minutes" for "* OK [ALERT] System shutdown in 10 minutes"
106 if (!getResponseCodeOrEmpty().is(ImapConstants.ALERT)) {
107 return ImapString.EMPTY; // Not an ALERT
ImapConstants.java 31 public static final String ALERT = "ALERT";
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-client-1.0.jar 
gdata-core-1.0.jar 
  /tools/motodev/src/plugins/videos/libs/
mail.jar 
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 1244 milliseconds