HomeSort by relevance Sort by last modified time
    Searched refs:ALERT (Results 1 - 12 of 12) 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 48 // alert protocol to be used
513 alertProtocol.alert(AlertProtocol.WARNING,
576 // to appropriate client protocol (alert, handshake, or app)
588 case ContentType.ALERT:
607 // warning alert occurred during wrap or unwrap
608 // (note: fatal alert causes AlertException
703 // to appropriate client protocol (alert, handshake, or app)
712 // it will throw alert exception.
717 case ContentType.ALERT:
737 // 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";
  /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";
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarm.java 59 p.writeParcelable(alert, flags);
120 * Audio alert to play when alarm triggers
123 public static final String ALERT = "alert";
136 ENABLED, VIBRATE, MESSAGE, ALERT };
165 public Uri alert; field in class:Alarm
185 alert = Uri.parse(alertString);
188 // If the database alert is null or it failed to parse, use the
189 // default alert.
190 if (alert == null)
    [all...]
Alarms.java 73 // snooze alert.
115 * snooze. Sets next alert.
165 // A null alert Uri indicates a silent alarm.
166 values.put(Alarm.Columns.ALERT, alarm.alert == null ? ALARM_ALERT_SILENT
167 : alarm.alert.toString());
324 // calculate the time to get the next alert.
376 * otherwise loads all alarms, activates next alert.
388 * Sets alert in AlarmManger and StatusBar. This is what will
389 * actually launch the alert when the alarm triggers
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 118 milliseconds