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

  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 30 public static final int PRIORITY_LOW = 0;
  /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 148 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_LOW;
libpfkey.h 44 #define PRIORITY_LOW 0xC0000000
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 49 static final int PRIORITY_LOW = 20;
  /external/chromium/chrome/browser/history/
history.h 586 PRIORITY_LOW, // Low priority things like indexing or expiration.
    [all...]
history.cc 429 ScheduleAndForget(PRIORITY_LOW, &HistoryBackend::SetPageContents,
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 356 case PduHeaders.PRIORITY_LOW:
357 return res.getString(R.string.priority_low);
    [all...]

Completed in 516 milliseconds