Searched refs:PRIORITY_MIN (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/os/
H A DSchedulingPolicyService.java35 private static final int PRIORITY_MIN = 1; field in class:SchedulingPolicyService
49 if (Binder.getCallingUid() != Process.MEDIA_UID || prio < PRIORITY_MIN ||
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java62 public static final int PRIORITY_MIN = -2; field in class:NotificationCompat
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java387 b.setPriority(Notification.PRIORITY_MIN);
H A DNotificationTestList.java835 new Test("PRIORITY_MIN") {
841 .setPriority(Notification.PRIORITY_MIN)
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java111 private static final int SCORE_DISPLAY_THRESHOLD = Notification.PRIORITY_MIN * NOTIFICATION_PRIORITY_MULTIPLIER;
969 notification.priority = clamp(notification.priority, Notification.PRIORITY_MIN, Notification.PRIORITY_MAX);
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java698 notification.priority = Notification.PRIORITY_MIN;
/frameworks/base/core/java/android/app/
H A DNotification.java370 public static final int PRIORITY_MIN = -2; field in class:Notification

Completed in 816 milliseconds