HomeSort by relevance Sort by last modified time
    Searched refs:PRIORITY_LOW (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/google/android/mms/pdu/
PduHeaders.java 205 public static final int PRIORITY_LOW = 0x80;
396 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 145 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_LOW;
libpfkey.h 40 #define PRIORITY_LOW 0xC0000000
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 49 static final int PRIORITY_LOW = 20;
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 344 case PduHeaders.PRIORITY_LOW:
345 return res.getString(R.string.priority_low);
    [all...]

Completed in 821 milliseconds