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

  /frameworks/base/services/java/com/android/server/os/
SchedulingPolicyService.java 34 private static final int PRIORITY_MIN = 1;
48 if (Binder.getCallingUid() != Process.MEDIA_UID || prio < PRIORITY_MIN ||
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 21 import static android.app.Notification.PRIORITY_MIN;
429 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id, PRIORITY_MIN);
437 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id, PRIORITY_MIN);
490 new int[] {id3, id2, id1}, PRIORITY_MIN);
503 new int[] {id6, id4, id3, id2, id1}, PRIORITY_MIN);
512 new int[] {id8, id7, id6, id5, id4, id3, id2, id1}, PRIORITY_MIN);
562 new int[] {id3, id2, id1}, PRIORITY_MIN);
575 new int[] {id9, id8, id3, id2, id1}, PRIORITY_MIN);
680 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id1, PRIORITY_MIN);
692 PRIORITY_MIN);
    [all...]
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 109 .setPriority(NotificationCompat.PRIORITY_MIN)
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 62 public static final int PRIORITY_MIN = -2;
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 393 b.setPriority(Notification.PRIORITY_MIN);
NotificationTestList.java 834 new Test("PRIORITY_MIN") {
840 .setPriority(Notification.PRIORITY_MIN)
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 696 notification.priority = Notification.PRIORITY_MIN;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 494 notificationBuilder.setPriority(Notification.PRIORITY_MIN);
    [all...]
AlertService.java 383 Notification.PRIORITY_MIN);
    [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 125 private static final int SCORE_DISPLAY_THRESHOLD = Notification.PRIORITY_MIN * NOTIFICATION_PRIORITY_MULTIPLIER;
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 370 public static final int PRIORITY_MIN = -2;
    [all...]
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 795 milliseconds