Searched refs:PRIORITY_LOW (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduHeaders.java205 public static final int PRIORITY_LOW = 0x80; field in class:PduHeaders
396 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DCat.java214 .setPriority(Notification.PRIORITY_LOW)
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java396 b.setPriority(Notification.PRIORITY_LOW);
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java378 .setPriority(Notification.PRIORITY_LOW)
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java293 case Notification.PRIORITY_LOW:
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DNotificationCompatImplBase.java277 boolean minPriority = priority < NotificationCompat.PRIORITY_LOW;
/frameworks/base/core/java/android/app/
H A DNotification.java565 @IntDef({PRIORITY_DEFAULT,PRIORITY_LOW,PRIORITY_MIN,PRIORITY_HIGH,PRIORITY_MAX})
586 public static final int PRIORITY_LOW = -1; field in class:Notification
2526 case PRIORITY_LOW:
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java185 public static final int PRIORITY_LOW = -1; field in class:NotificationCompat

Completed in 459 milliseconds