Home
last modified time | relevance | path

Searched refs:PRIORITY_MIN (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/os/
DSchedulingPolicyService.java34 private static final int PRIORITY_MIN = 1; field in SchedulingPolicyService
49 if (!isPermittedCallingUid() || prio < PRIORITY_MIN || in requestPriority()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java119 .setPriority(Notification.PRIORITY_MIN)
143 .setPriority(Notification.PRIORITY_MIN)
157 .setPriority(Notification.PRIORITY_MIN)
186 .setPriority(Notification.PRIORITY_MIN)
243 .setPriority(Notification.PRIORITY_MIN)
268 .setPriority(Notification.PRIORITY_MIN)
283 .setPriority(Notification.PRIORITY_MIN)
1199 .setPriority(Notification.PRIORITY_MIN)
DNotificationBuilderTest.java393 b.setPriority(Notification.PRIORITY_MIN); in buildNotification()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java133 .setPriority(Notification.PRIORITY_MIN) in registerJob()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeUI.java241 .setPriority(Notification.PRIORITY_MIN) in show()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java544 .setPriority(Notification.PRIORITY_MIN)
568 .setPriority(Notification.PRIORITY_MIN) in showGuestNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java127 case Notification.PRIORITY_MIN: in defaultImportance()
DNotificationManagerService.java2612 notification.priority = clamp(notification.priority, Notification.PRIORITY_MIN, in enqueueNotificationInternal()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java169 .setPriority(Notification.PRIORITY_MIN) in makeUploadNotification()
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java490 notiBuilder.setPriority(Notification.PRIORITY_MIN); in postNotification()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java884 .setPriority(Notification.PRIORITY_MIN)
/frameworks/base/core/java/android/app/
DNotification.java524 @IntDef({PRIORITY_DEFAULT,PRIORITY_LOW,PRIORITY_MIN,PRIORITY_HIGH,PRIORITY_MAX})
545 public static final int PRIORITY_MIN = -2; field in Notification
2207 case PRIORITY_MIN: in priorityToString()
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/notifiers/
Dnotifications.jd176 android.support.v4.app.NotificationCompat#PRIORITY_MIN} (-2) и до {@link
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/notifiers/
Dnotifications.jd176 android.support.v4.app.NotificationCompat#PRIORITY_MIN}(-2)에서 {@link
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/notifiers/
Dnotifications.jd174 優先度レベルには、{@link android.support.v4.app.NotificationCompat#PRIORITY_MIN} (-2)から {@link android.suppo…
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/notifiers/
Dnotifications.jd175 android.support.v4.app.NotificationCompat#PRIORITY_MIN} (-2) 到 {@link
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/notifiers/
Dnotifications.jd176 android.support.v4.app.NotificationCompat#PRIORITY_MIN} (-2) 到 {@link
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java185 public static final int PRIORITY_MIN = -2; field in NotificationCompat
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/notifiers/
Dnotifications.jd176 android.support.v4.app.NotificationCompat#PRIORITY_MIN} (-2) hingga {@link
/frameworks/base/docs/html-intl/intl/id/guide/topics/ui/notifiers/
Dnotifications.jd176 android.support.v4.app.NotificationCompat#PRIORITY_MIN} (-2) hingga {@link
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/ui/notifiers/
Dnotifications.jd176 android.support.v4.app.NotificationCompat#PRIORITY_MIN} (-2) a {@link
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd190 android.support.v4.app.NotificationCompat#PRIORITY_MIN} (-2) to {@link
/frameworks/base/docs/html-intl/intl/vi/guide/topics/ui/notifiers/
Dnotifications.jd176 android.support.v4.app.NotificationCompat#PRIORITY_MIN} (-2) đến {@link
/frameworks/support/api/
Dcurrent.txt4223 field public static final int PRIORITY_MIN = -2; // 0xfffffffe
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4618 field public static final int PRIORITY_MIN = -2; // 0xfffffffe

12