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.java650 String FOLDER_ID = "folder_id"; field
1089 MessageColumns.FOLDER_ID,
1110 MessageColumns.FOLDER_ID,
DBluetoothMapEmailProvider.java460 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in insert()
634 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update()
DBluetoothMapIMProvider.java534 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java222 BluetoothMapContract.MessageColumns.FOLDER_ID,
228 BluetoothMapContract.MessageColumns.FOLDER_ID,
238 BluetoothMapContract.MessageColumns.FOLDER_ID,
1319 c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in initMsgList()
1735 c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in handleMsgListChangesMsg()
2143 contentValues.put(BluetoothMapContract.MessageColumns.FOLDER_ID, folderId); in setEmailMessageStatusDelete()
2182 contentValues.put(BluetoothMapContract.MessageColumns.FOLDER_ID, folderId); in setEmailMessageStatusDelete()
2598 values.put(BluetoothMapContract.MessageColumns.FOLDER_ID, folderId); in pushMessage()
DBluetoothMapContent.java329 mMessageColFolder = c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID); in setMessageColumns()
1771 where = BluetoothMapContract.MessageColumns.FOLDER_ID + " = " + folderId; in setWhereFilterFolderTypeEmail()
1782 where = BluetoothMapContract.MessageColumns.FOLDER_ID + " = " + folderId; in setWhereFilterFolderTypeIm()
4088 c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in getEmailMessage()
4237 c.getLong(c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in getIMMessage()