Home
last modified time | relevance | path

Searched refs:FLAG_READ (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java575 String FLAG_READ = "flag_read"; field
1090 MessageColumns.FLAG_READ,
1111 MessageColumns.FLAG_READ,
DBluetoothMapEmailProvider.java636 values.getAsBoolean(BluetoothMapContract.MessageColumns.FLAG_READ); in update()
DBluetoothMapIMProvider.java536 values.getAsBoolean(BluetoothMapContract.MessageColumns.FLAG_READ); in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java225 BluetoothMapContract.MessageColumns.FLAG_READ
231 BluetoothMapContract.MessageColumns.FLAG_READ,
241 BluetoothMapContract.MessageColumns.FLAG_READ,
1323 c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_READ)); in initMsgList()
1750 c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_READ)); in handleMsgListChangesMsg()
2512 contentValues.put(BluetoothMapContract.MessageColumns.FLAG_READ, statusValue); in setMessageStatusRead()
DBluetoothMapContent.java330 mMessageColRead = c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_READ); in setMessageColumns()
1829 where = " AND " + BluetoothMapContract.MessageColumns.FLAG_READ + "= 0"; in setWhereFilterReadStatus()
1832 where = " AND " + BluetoothMapContract.MessageColumns.FLAG_READ + "= 1"; in setWhereFilterReadStatus()
2632 where += " AND " + BluetoothMapContract.MessageColumns.FLAG_READ + "=0 "; in msgListingHasUnread()
2653 where += " AND " + BluetoothMapContract.MessageColumns.FLAG_READ + "=0 "; in msgListingHasUnread()
4101 c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_READ)); in getEmailMessage()
4252 c.getInt(c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_READ)); in getIMMessage()