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()
222 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()
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()4088 c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in getEmailMessage()4237 c.getLong(c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in getIMMessage()