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

1 2 3 4

  /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...]
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/notifications/
PriorityPresets.java 33 new SimplePriorityPreset(R.string.high_priority, Notification.PRIORITY_HIGH),
  /development/samples/wearable/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 33 new SimplePriorityPreset(R.string.high_priority, Notification.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
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseClasspathContainerInitializer.java 63 IMarker.PRIORITY_HIGH);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_worker.cc 103 SyncTaskManager::PRIORITY_HIGH,
117 SyncTaskManager::PRIORITY_HIGH,
131 SyncTaskManager::PRIORITY_HIGH,
145 SyncTaskManager::PRIORITY_HIGH,
430 SyncTaskManager::PRIORITY_HIGH,
613 SyncTaskManager::PRIORITY_HIGH,
sync_task_manager.h 54 PRIORITY_HIGH,
sync_task_manager_unittest.cc 451 SyncTaskManager::PRIORITY_HIGH,
465 SyncTaskManager::PRIORITY_HIGH,
  /developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 52 assertEquals(Notification.PRIORITY_HIGH, notification.priority);
  /developers/samples/android/ui/notifications/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 52 assertEquals(Notification.PRIORITY_HIGH, notification.priority);
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.h 100 PRIORITY_HIGH = 2,
thread.cc 198 } else if (priority == PRIORITY_HIGH) {
271 if (priority_ == PRIORITY_HIGH) {
  /external/chromium_org/third_party/webrtc/base/
thread.h 83 PRIORITY_HIGH = 2,
thread.cc 181 } else if (priority == PRIORITY_HIGH) {
254 if (priority_ == PRIORITY_HIGH) {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
CallServiceNotifier.java 168 builder.setPriority(Notification.PRIORITY_HIGH);
190 builder.setPriority(Notification.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/telephony/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)) {
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 112 .setPriority(Notification.PRIORITY_HIGH)
177 .setPriority(Notification.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/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 51 static final int PRIORITY_HIGH = 5;
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 183 builder.setPriority(Notification.PRIORITY_HIGH);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 335 HIGH(Notification.PRIORITY_HIGH),

Completed in 1301 milliseconds

1 2 3 4