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

1 2 3 4 5

  /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/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 33 new SimplePriorityPreset(R.string.high_priority, Notification.PRIORITY_HIGH),
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 33 new SimplePriorityPreset(R.string.high_priority, Notification.PRIORITY_HIGH),
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
PriorityPresets.java 33 new SimplePriorityPreset(R.string.high_priority, Notification.PRIORITY_HIGH),
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
MessagesFilter.java 24 public final static byte PRIORITY_HIGH = 0x01;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseClasspathContainerInitializer.java 63 IMarker.PRIORITY_HIGH);
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 277 .setPriority(Notification.PRIORITY_HIGH)
437 .setPriority(Notification.PRIORITY_HIGH)
528 .setPriority(Notification.PRIORITY_HIGH)
    [all...]
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
ImportanceExtractorTest.java 66 .setPriority(Notification.PRIORITY_HIGH)
BadgeExtractorTest.java 69 .setPriority(Notification.PRIORITY_HIGH)
  /developers/build/prebuilts/gradle/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/mock/
MockDatabase.java 156 mPriority = NotificationCompat.PRIORITY_HIGH;
340 mPriority = NotificationCompat.PRIORITY_HIGH;
  /developers/samples/android/wearable/wear/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/mock/
MockDatabase.java 156 mPriority = NotificationCompat.PRIORITY_HIGH;
340 mPriority = NotificationCompat.PRIORITY_HIGH;
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 217 .setPriority(Notification.PRIORITY_HIGH)
BigTextIntentService.java 199 .setPriority(Notification.PRIORITY_HIGH)
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 217 .setPriority(Notification.PRIORITY_HIGH)
BigTextIntentService.java 199 .setPriority(Notification.PRIORITY_HIGH)
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
MainActivity.java 310 .setPriority(Notification.PRIORITY_HIGH)
472 .setPriority(Notification.PRIORITY_HIGH)
601 .setPriority(Notification.PRIORITY_HIGH)
    [all...]
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigPictureSocialIntentService.java 217 .setPriority(Notification.PRIORITY_HIGH)
BigTextIntentService.java 199 .setPriority(Notification.PRIORITY_HIGH)
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigPictureSocialIntentService.java 217 .setPriority(Notification.PRIORITY_HIGH)
BigTextIntentService.java 198 .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/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 125 .setPriority(Notification.PRIORITY_HIGH)
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 146 .setPriority(NotificationCompat.PRIORITY_HIGH)
253 .setPriority(NotificationCompat.PRIORITY_HIGH)
287 .setPriority(NotificationCompat.PRIORITY_HIGH)
352 .setPriority(NotificationCompat.PRIORITY_HIGH)
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallServiceNotifier.java 194 builder.setPriority(Notification.PRIORITY_HIGH);
216 builder.setPriority(Notification.PRIORITY_HIGH);

Completed in 984 milliseconds

1 2 3 4 5