Searched refs:FOLDER_ID (Results 1 – 5 of 5) sorted by relevance
650 String FOLDER_ID = "folder_id"; field1089 MessageColumns.FOLDER_ID,1110 MessageColumns.FOLDER_ID,
460 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in insert()634 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update()
534 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update()
224 BluetoothMapContract.MessageColumns.FOLDER_ID,230 BluetoothMapContract.MessageColumns.FOLDER_ID,240 BluetoothMapContract.MessageColumns.FOLDER_ID,1321 c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in initMsgList()1748 c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in handleMsgListChangesMsg()2156 contentValues.put(BluetoothMapContract.MessageColumns.FOLDER_ID, folderId); in setEmailMessageStatusDelete()2195 contentValues.put(BluetoothMapContract.MessageColumns.FOLDER_ID, folderId); in setEmailMessageStatusDelete()2642 values.put(BluetoothMapContract.MessageColumns.FOLDER_ID, folderId); in pushMessage()
329 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()4113 c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in getEmailMessage()4262 c.getLong(c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in getIMMessage()