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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java70 public static final int PRIORITY_HIGH = 1; field in class:NotificationCompat
/frameworks/base/core/java/android/app/
H A DNotification.java377 public static final int PRIORITY_HIGH = 1; field in class:Notification
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduHeaders.java207 public static final int PRIORITY_HIGH = 0x82; field in class:PduHeaders
396 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {

Completed in 282 milliseconds