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

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java522 public final static byte PRIORITY_HIGH = 0x01; field in class:BluetoothMasClient.MessagesFilter
/frameworks/opt/telephony/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)) {
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java185 public static final int PRIORITY_HIGH = 1; field in class:NotificationCompat
/frameworks/base/core/java/android/app/
H A DNotification.java458 @IntDef({PRIORITY_DEFAULT,PRIORITY_LOW,PRIORITY_MIN,PRIORITY_HIGH,PRIORITY_MAX})
486 public static final int PRIORITY_HIGH = 1; field in class:Notification
504 * A notification that is at least {@link #PRIORITY_HIGH} is more likely to be presented

Completed in 434 milliseconds