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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java55 public static final int PRIORITY_LOW = -1; field in class:NotificationCompat
/frameworks/base/core/java/android/app/
H A DNotification.java364 public static final int PRIORITY_LOW = -1; field in class:Notification
809 if (priority < PRIORITY_LOW) {
1428 if (mPriority < PRIORITY_LOW) {
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduHeaders.java205 public static final int PRIORITY_LOW = 0x80; field in class:PduHeaders
396 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {

Completed in 2189 milliseconds