Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java582 String FLAG_HIGH_PRIORITY = "high_priority"; field
1092 MessageColumns.FLAG_HIGH_PRIORITY,
1113 MessageColumns.FLAG_HIGH_PRIORITY,
/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationEntry.java187 if ((n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) { in calculateInitialImportance()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java235 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY
245 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY,
1777 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY)) in handleMsgListChangesMsg()
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()