Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java437 public static final String FOLDER_ID = "folder_id"; field
522 MessageColumns.FOLDER_ID,
DBluetoothMapEmailProvider.java443 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in insert()
609 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java155 BluetoothMapContract.MessageColumns.FOLDER_ID,
512 … long folderId = c.getInt(c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in initMsgList()
704 BluetoothMapContract.MessageColumns.FOLDER_ID)); in handleMsgListChangesEmail()
840 contentValues.put(BluetoothMapContract.MessageColumns.FOLDER_ID,folderId); in setEmailMessageStatusDelete()
873 contentValues.put(BluetoothMapContract.MessageColumns.FOLDER_ID, folderId); in setEmailMessageStatusDelete()
1202 values.put(BluetoothMapContract.MessageColumns.FOLDER_ID, folderId); in pushMessage()
DBluetoothMapContent.java173 … mEmailColFolder = c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID); in setEmailColumns()
952 where = BluetoothMapContract.MessageColumns.FOLDER_ID + " = " + folderId; in setWhereFilterFolderTypeEmail()
1928 … long folderId = c.getLong(c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in getEmailMessage()