Searched defs:alert (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java120 * Supported alert priority modes for CDMA SMS messages
129 public int alert = ALERT_DEFAULT; field in class:BearerData
414 builder.append(", alert=" + (alertIndicatorSet ? alert : "unset"));
856 outStream.write(2, bData.alert);
1605 bData.alert = inStream.read(2);
1857 * @param serviceCategory the envelope service category (for CMAS alert handling)

Completed in 53 milliseconds