Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java542 String FLAG_HIGH_PRIORITY = "high_priority"; field
1021 MessageColumns.FLAG_HIGH_PRIORITY,
1043 MessageColumns.FLAG_HIGH_PRIORITY,
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DFilterInfoTest.java60 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY, in setMessageColumns()
DBluetoothMapContentTest.java1564 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY, in msgListing_withEmailCursorOnly()
1657 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY, in msgListing_withImCursorOnly()
DBluetoothMapContentObserverTest.java1088 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY in handleMsgListChangesMsg_withNonExistingMessage_andVersion11()
1136 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY, in handleMsgListChangesMsg_withNonExistingMessage_andVersion12()
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationEntry.java187 if ((n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) { in calculateInitialImportance()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java243 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY
254 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY,
2086 .FLAG_HIGH_PRIORITY)) in handleMsgListChangesMsg()
DBluetoothMapContent.java352 c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY); in setMessageColumns()
1888 where += " AND " + BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY + "!=1"; in setWhereFilterPriority()
1890 where += " AND " + BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY + "=1"; in setWhereFilterPriority()