Searched refs:PRIORITY_HIGH (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DImportanceExtractorTest.java66 .setPriority(Notification.PRIORITY_HIGH)
H A DBadgeExtractorTest.java69 .setPriority(Notification.PRIORITY_HIGH)
H A DNotificationRecordTest.java127 .setPriority(Notification.PRIORITY_HIGH);
H A DBuzzBeepBlinkTest.java230 .setPriority(Notification.PRIORITY_HIGH)
/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java125 .setPriority(Notification.PRIORITY_HIGH)
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduHeaders.java207 public static final int PRIORITY_HIGH = 0x82; field in class:PduHeaders
396 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) {
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCarrierActionUtils.java163 .setPriority(Notification.PRIORITY_HIGH)
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java171 .setPriority(Notification.PRIORITY_HIGH)
H A DNotificationBuilderTest.java402 b.setPriority(Notification.PRIORITY_HIGH);
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java155 .setPriority(Notification.PRIORITY_HIGH)
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java521 public final static byte PRIORITY_HIGH = 0x01; field in class:BluetoothMasClient.MessagesFilter
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java299 case Notification.PRIORITY_HIGH:
/frameworks/base/core/java/android/app/
H A DNotification.java565 @IntDef({PRIORITY_DEFAULT,PRIORITY_LOW,PRIORITY_MIN,PRIORITY_HIGH,PRIORITY_MAX})
605 public static final int PRIORITY_HIGH = 1; field in class:Notification
626 * A notification that is at least {@link #PRIORITY_HIGH} is more likely to be presented
2530 case PRIORITY_HIGH:
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java200 public static final int PRIORITY_HIGH = 1; field in class:NotificationCompat

Completed in 586 milliseconds