Searched refs:FOLDER_ID (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapContract.java | 640 public static final String FOLDER_ID = "folder_id"; field 1080 MessageColumns.FOLDER_ID, 1101 MessageColumns.FOLDER_ID,
|
D | BluetoothMapEmailProvider.java | 443 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in insert() 609 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update()
|
D | BluetoothMapIMProvider.java | 519 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update()
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | BluetoothMapContentTest.java | 68 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/ |
D | BluetoothMapContentObserver.java | 230 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()
|
D | BluetoothMapContent.java | 340 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()
|