Searched refs:PRIORITY_LOW (Results 1 - 6 of 6) 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/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)) {
/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/com/android/messaging/ui/conversation/
H A DMessageDetailsDialog.java349 case PduHeaders.PRIORITY_LOW:
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationService.java320 .setPriority(NotificationCompat.PRIORITY_LOW)

Completed in 216 milliseconds