Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java358 public static final String FLAG_HIGH_PRIORITY = "high_priority"; field
530 MessageColumns.FLAG_HIGH_PRIORITY,
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java175 …EmailColPriority = c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_HIGH_PRIORITY); in setEmailColumns()