Searched refs:PRIORITY_LOW (Results 1 - 7 of 7) 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.java216 .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.java329 case Notification.PRIORITY_LOW:
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java202 public static final int PRIORITY_LOW = -1; field in class:NotificationCompat
1740 boolean minPriority = mBuilder.getPriority() < NotificationCompat.PRIORITY_LOW;
/frameworks/base/core/java/android/app/
H A DNotification.java611 PRIORITY_LOW,
636 public static final int PRIORITY_LOW = -1; field in class:Notification
2966 case PRIORITY_LOW:

Completed in 135 milliseconds