Searched defs:alert (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java124 * Supported alert priority modes for CDMA SMS messages
133 public int alert = ALERT_DEFAULT; field in class:BearerData
418 builder.append(", alert=" + (alertIndicatorSet ? alert : "unset"));
862 outStream.write(2, bData.alert);
1631 bData.alert = inStream.read(2);
1882 * @param serviceCategory the envelope service category (for CMAS alert handling)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java181 public void updateNotification(NotificationData.Entry headsUp, boolean alert) { argument
187 if (alert) {

Completed in 92 milliseconds