Home
last modified time | relevance | path

Searched refs:FOLDER_ID (Results 1 – 6 of 6) 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.java443 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in insert()
609 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update()
DBluetoothMapIMProvider.java519 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java68 BluetoothMapContract.MessageColumns.FOLDER_ID,
247 newMessage.put(BluetoothMapContract.MessageColumns.FOLDER_ID, outFolder.getFolderId()); in writeMessageContent()
322 BluetoothMapContract.MessageColumns.FOLDER_ID)); in callBluetoothProvider()
558 String where = BluetoothMapContract.MessageColumns.FOLDER_ID + " = " + fe.getFolderId(); in testWriteMessageContent()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java230 BluetoothMapContract.MessageColumns.FOLDER_ID,
236 BluetoothMapContract.MessageColumns.FOLDER_ID,
246 BluetoothMapContract.MessageColumns.FOLDER_ID,
1246 BluetoothMapContract.MessageColumns.FOLDER_ID)); in initMsgList()
1636 BluetoothMapContract.MessageColumns.FOLDER_ID)); in handleMsgListChangesMsg()
2054 contentValues.put(BluetoothMapContract.MessageColumns.FOLDER_ID,folderId); in setEmailMessageStatusDelete()
2089 contentValues.put(BluetoothMapContract.MessageColumns.FOLDER_ID, folderId); in setEmailMessageStatusDelete()
2471 values.put(BluetoothMapContract.MessageColumns.FOLDER_ID, folderId); in pushMessage()
DBluetoothMapContent.java340 BluetoothMapContract.MessageColumns.FOLDER_ID); in setMessageColumns()
1632 where = BluetoothMapContract.MessageColumns.FOLDER_ID + " = " + folderId; in setWhereFilterFolderTypeEmail()
1643 where = BluetoothMapContract.MessageColumns.FOLDER_ID + " = " + folderId; in setWhereFilterFolderTypeIm()
3806 … c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in getEmailMessage()
3935 c.getLong(c.getColumnIndex(BluetoothMapContract.MessageColumns.FOLDER_ID)); in getIMMessage()