Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java640 public static final String FOLDER_ID = "folder_id"; field
1080 MessageColumns.FOLDER_ID,
1101 MessageColumns.FOLDER_ID,
DBluetoothMapEmailProvider.java441 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in insert()
607 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update()
DBluetoothMapIMProvider.java513 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java234 BluetoothMapContract.MessageColumns.FOLDER_ID,
240 BluetoothMapContract.MessageColumns.FOLDER_ID,
250 BluetoothMapContract.MessageColumns.FOLDER_ID,
1264 BluetoothMapContract.MessageColumns.FOLDER_ID)); in initMsgList()
1654 BluetoothMapContract.MessageColumns.FOLDER_ID)); in handleMsgListChangesMsg()
2072 contentValues.put(BluetoothMapContract.MessageColumns.FOLDER_ID,folderId); in setEmailMessageStatusDelete()
2107 contentValues.put(BluetoothMapContract.MessageColumns.FOLDER_ID, folderId); in setEmailMessageStatusDelete()
2495 values.put(BluetoothMapContract.MessageColumns.FOLDER_ID, folderId); in pushMessage()
DBluetoothMapContent.java334 BluetoothMapContract.MessageColumns.FOLDER_ID); in setMessageColumns()
1632 where = BluetoothMapContract.MessageColumns.FOLDER_ID + " = " + folderId; in setWhereFilterFolderTypeEmail()
1643 where = BluetoothMapContract.MessageColumns.FOLDER_ID + " = " + folderId; in setWhereFilterFolderTypeIm()
3805 … c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in getEmailMessage()
3934 c.getLong(c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in getIMMessage()