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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DNotificationCompatUtils.java48 CompatUtils.getField(Notification.class, "PRIORITY_LOW");
49 private static final int PRIORITY_LOW = null == FIELD_PRIORITY_LOW ? 0 field in class:NotificationCompatUtils
71 CompatUtils.invoke(builder, null, METHOD_setPriority, PRIORITY_LOW);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaThumbRequest.java49 static final int PRIORITY_LOW = 20; field in class:MediaThumbRequest
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DPduHeaders.java203 public static final int PRIORITY_LOW = 0x80; field in class:PduHeaders
394 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduHeaders.java210 public static final int PRIORITY_LOW = 0x80; field in class:PduHeaders
414 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {

Completed in 246 milliseconds