/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfigTest.java | 66 private static final int PRIORITY_HIGH = 1000000; field in A2dpCodecConfigTest 203 BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC, PRIORITY_HIGH, in testSetCodecPreference_priorityHighToDefault() 207 BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC, PRIORITY_HIGH, in testSetCodecPreference_priorityHighToDefault() 211 BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX, PRIORITY_HIGH, in testSetCodecPreference_priorityHighToDefault() 215 BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_HD, PRIORITY_HIGH, in testSetCodecPreference_priorityHighToDefault() 219 BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC, PRIORITY_HIGH, in testSetCodecPreference_priorityHighToDefault() 230 BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC, PRIORITY_HIGH, in testSetCodecPreference_priorityDefaultToRaiseHigh() 234 BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC, PRIORITY_HIGH, in testSetCodecPreference_priorityDefaultToRaiseHigh() 238 BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX, PRIORITY_HIGH, in testSetCodecPreference_priorityDefaultToRaiseHigh() 242 BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_HD, PRIORITY_HIGH, in testSetCodecPreference_priorityDefaultToRaiseHigh() [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.kt | 192 .setPriority(NotificationCompat.PRIORITY_HIGH) in showHighPriorityNotification() 319 .setPriority(NotificationCompat.PRIORITY_HIGH) in updateUpcomingAlarmGroupNotification() 370 .setPriority(NotificationCompat.PRIORITY_HIGH) in updateMissedAlarmGroupNotification() 455 .setPriority(NotificationCompat.PRIORITY_HIGH) in showMissedNotification()
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | PduHeaders.java | 205 public static final int PRIORITY_HIGH = 0x82; field in PduHeaders 394 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) { in setOctet()
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
D | PduHeaders.java | 212 public static final int PRIORITY_HIGH = 0x82; field in PduHeaders 414 if ((value < PRIORITY_LOW) || (value > PRIORITY_HIGH)) { in setOctet()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | CallServiceNotifier.java | 233 builder.setPriority(Notification.PRIORITY_HIGH); in getPhoneAccountNotification() 255 builder.setPriority(Notification.PRIORITY_HIGH); in getMainNotification()
|
D | SelfManagedConnection.java | 103 builder.setPriority(Notification.PRIORITY_HIGH); in onShowIncomingCallUi()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
D | MessagesFilter.java | 24 public static final byte PRIORITY_HIGH = 0x01; field in MessagesFilter
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ExternalCallNotifier.java | 227 builder.setPriority(Notification.PRIORITY_HIGH); in postNotification() 450 summary.setPriority(Notification.PRIORITY_HIGH); in showGroupSummaryNotification()
|
D | StatusBarNotifier.java | 1050 builder.setPriority(Notification.PRIORITY_HIGH); in getNotificationBuilder()
|
/packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
D | ONSProfileSelector.java | 19 import static android.telephony.AvailableNetworkInfo.PRIORITY_HIGH; 599 for (int level = PRIORITY_HIGH; level < PRIORITY_LOW; level++) { in retrieveBestSubscription()
|
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/ |
D | ONSProfileSelectorTest.java | 278 int PRIORITY_HIGH = 1; in testStartProfileSelectionWithDifferentPrioritySubInfo() local 309 AvailableNetworkInfo availableNetworkInfo_2 = new AvailableNetworkInfo(8, PRIORITY_HIGH, in testStartProfileSelectionWithDifferentPrioritySubInfo()
|
/packages/services/Telephony/src/com/android/phone/ |
D | EmergencyCallbackModeService.java | 185 builder.setPriority(Notification.PRIORITY_HIGH); in showNotification()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | IncomingCallNotifier.java | 270 builder.setPriority(Notification.PRIORITY_HIGH); in getNotificationBuilder()
|
/packages/modules/ExtServices/java/src/android/ext/services/notification/ |
D | NotificationEntry.java | 203 case Notification.PRIORITY_HIGH: in calculateInitialImportance()
|
/packages/apps/Messaging/src/com/android/messaging/receiver/ |
D | SmsReceiver.java | 274 .setPriority(Notification.PRIORITY_HIGH) in postNewMessageSecondaryUserNotification()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | MessageDetailsDialog.java | 347 case PduHeaders.PRIORITY_HIGH: in getPriorityDescription()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertService.java | 784 .setPriority(Notification.PRIORITY_HIGH) in addToNotificationBar()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | MessageNotificationState.java | 123 return Notification.PRIORITY_HIGH; in getPriority()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 574 if (pri == PduHeaders.PRIORITY_HIGH) { in setPriority() 1927 where += " AND " + Mms.PRIORITY + "=" + Integer.toString(PduHeaders.PRIORITY_HIGH); in setWhereFilterPriority()
|
D | BluetoothMapContentObserver.java | 1629 if (tmpPri == PduHeaders.PRIORITY_HIGH) { in handleMsgListChangesMms()
|