Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java572 public static final String FLAG_HIGH_PRIORITY = "high_priority"; field
1083 MessageColumns.FLAG_HIGH_PRIORITY,
1104 MessageColumns.FLAG_HIGH_PRIORITY,
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java245 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY
255 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY,
1685 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY)) in handleMsgListChangesMsg()
DBluetoothMapContent.java348 BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY); in setMessageColumns()
1802 where += " AND " + BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY + "!=1"; in setWhereFilterPriority()
1804 where += " AND " + BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY + "=1"; in setWhereFilterPriority()