Home
last modified time | relevance | path

Searched refs:FLAG_HIGH_PRIORITY (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapContract.java582 String FLAG_HIGH_PRIORITY = "high_priority"; field
1092 MessageColumns.FLAG_HIGH_PRIORITY,
1113 MessageColumns.FLAG_HIGH_PRIORITY,
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DNotificationEntry.java187 if ((n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) { in calculateInitialImportance()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java235 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY
245 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY,
1779 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY)) in handleMsgListChangesMsg()
H A DBluetoothMapContent.java340 c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY); in setMessageColumns()
1932 where += " AND " + BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY + "!=1"; in setWhereFilterPriority()
1934 where += " AND " + BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY + "=1"; in setWhereFilterPriority()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java356 if (0 != (n.flags & Notification.FLAG_HIGH_PRIORITY)) { in calculateInitialImportance()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java655 public static final int FLAG_HIGH_PRIORITY = 0x00000080; field in Notification
705 FLAG_AUTO_CANCEL, FLAG_NO_CLEAR, FLAG_FOREGROUND_SERVICE, FLAG_HIGH_PRIORITY,
4420 setFlag(FLAG_HIGH_PRIORITY, highPriority); in setFullScreenIntent()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5733 field @Deprecated public static final int FLAG_HIGH_PRIORITY = 128; // 0x80
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4606 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80