HomeSort by relevance Sort by last modified time
    Searched defs:PRIORITY (Results 1 - 13 of 13) sorted by null

  /external/ipsec-tools/src/libipsec/
policy_parse.h 43 PRIORITY = 259,
62 #define PRIORITY 259
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 93 public static final String PRIORITY = PriorityHeader.NAME; //39
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 51 public static final String PRIORITY = "pref_key_mms_priority";
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 47 private static final int PRIORITY = 1;
113 int sampleId1 = mSoundPool.load(mContext, SOUND_A, PRIORITY);
120 sampleId2 = mSoundPool.load(afd, PRIORITY);
128 sampleId3 = mSoundPool.load(fd, offset, length, PRIORITY);
135 sampleId4 = mSoundPool.load(path, PRIORITY);
214 int sampleID = loadSampleSync(SOUND_A, PRIORITY);
219 int priority = 1; local
222 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
236 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
247 priority = 0
    [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 36 private static final int PRIORITY = 128;
164 (PRIORITY << Spannable.SPAN_PRIORITY_SHIFT));
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 70 public static final int PRIORITY = START + 33;
Lexer.java 174 TokenTypes.PRIORITY);
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
Telephony.java 751 * The priority of the message.
754 public static final String PRIORITY = "pri";
    [all...]
  /frameworks/base/core/java/android/webkit/
WebSettings.java 222 // Message id for setting priority
223 static final int PRIORITY = 1;
247 case PRIORITY: {
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduHeaders.java 43 public static final int PRIORITY = 0x8F;
203 * X-Mms-Priority field types.
395 case PRIORITY:
  /external/netperf/
netlib.c 126 #define PRIORITY PRI_LOW
131 #define PRIORITY NDPLOMIN
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 196 private static int PRIORITY = 100;
    [all...]

Completed in 491 milliseconds