HomeSort by relevance Sort by last modified time
    Searched refs:PRIORITY_HIGH (Results 1 - 25 of 44) sorted by null

1 2

  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 20 import static android.app.Notification.PRIORITY_HIGH;
420 ntm.expectTestNotification(1, id, PRIORITY_HIGH);
483 ntm.expectTestNotification(6, id4, PRIORITY_HIGH); // concurrent
484 ntm.expectTestNotification(5, id5, PRIORITY_HIGH); // concurrent
485 ntm.expectTestNotification(4, id6, PRIORITY_HIGH); // concurrent
486 ntm.expectTestNotification(3, id7, PRIORITY_HIGH); // future
487 ntm.expectTestNotification(2, id8, PRIORITY_HIGH); // future
488 ntm.expectTestNotification(1, id9, PRIORITY_HIGH); // future
498 ntm.expectTestNotification(4, id5, PRIORITY_HIGH); // concurrent
499 ntm.expectTestNotification(3, id7, PRIORITY_HIGH); // futur
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseClasspathContainerInitializer.java 56 errorMessage, IMarker.SEVERITY_ERROR, IMarker.PRIORITY_HIGH);
69 IMarker.PRIORITY_HIGH);
  /external/chromium_org/ipc/
ipc_message_utils_unittest.cc 19 Message::PriorityValue nested_priority = Message::PRIORITY_HIGH;
ipc_message.h 40 PRIORITY_HIGH
  /external/chromium/third_party/libjingle/source/talk/base/
thread.h 102 PRIORITY_HIGH,
thread.cc 243 if (priority_ == PRIORITY_HIGH) {
273 if (priority_ == PRIORITY_HIGH) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.h 99 PRIORITY_HIGH = 2,
thread.cc 201 } else if (priority == PRIORITY_HIGH) {
271 if (priority_ == PRIORITY_HIGH) {
thread_unittest.cc 232 EXPECT_TRUE(thread->SetPriority(PRIORITY_HIGH));
  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 32 public static final int PRIORITY_HIGH = 2;
AnimationComponent.java 158 mRocketSoundStream = sound.play(mRocketSound, true, SoundSystem.PRIORITY_HIGH);
264 sound.play(mLandThump, false, SoundSystem.PRIORITY_HIGH, 1.0f,
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduHeaders.java 207 public static final int PRIORITY_HIGH = 0x82;
396 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 132 priority_offset = xpl->sadb_x_policy_priority - PRIORITY_HIGH;
libpfkey.h 42 #define PRIORITY_HIGH 0x40000000
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 96 .setPriority(NotificationCompat.PRIORITY_HIGH)
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 51 static final int PRIORITY_HIGH = 5;
  /packages/apps/InCallUI/src/com/android/incallui/
StatusBarNotifier.java 472 builder.setPriority(Notification.PRIORITY_HIGH);
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 70 public static final int PRIORITY_HIGH = 1;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
NotificationListenerVerifierActivity.java 302 .setPriority(Notification.PRIORITY_HIGH)
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 402 b.setPriority(Notification.PRIORITY_HIGH);
NotificationTestList.java 782 new Test("PRIORITY_HIGH") {
788 .setPriority(Notification.PRIORITY_HIGH)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerReceiver.java 303 showCollapsedNotification(context, title, text, Notification.PRIORITY_HIGH,
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java     [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 395 case PduHeaders.PRIORITY_HIGH:
396 return res.getString(R.string.priority_high);
    [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java     [all...]

Completed in 4128 milliseconds

1 2