Home
last modified time | relevance | path

Searched refs:FOLDER_NAME_DELETED (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java574 … Event evt = new Event(EVENT_TYPE_DELETE, id, BluetoothMapContract.FOLDER_NAME_DELETED, in handleMsgListChangesSms()
580 BluetoothMapContract.FOLDER_NAME_DELETED, mSmsType); in handleMsgListChangesSms()
594 BluetoothMapContract.FOLDER_NAME_DELETED, in handleMsgListChangesSms()
662 … Event evt = new Event(EVENT_TYPE_DELETE, id, BluetoothMapContract.FOLDER_NAME_DELETED, in handleMsgListChangesMms()
668 BluetoothMapContract.FOLDER_NAME_DELETED, TYPE.MMS); in handleMsgListChangesMms()
682 BluetoothMapContract.FOLDER_NAME_DELETED, in handleMsgListChangesMms()
737 … mFolders.getEmailFolderByName(BluetoothMapContract.FOLDER_NAME_DELETED); in handleMsgListChangesEmail()
830 getEmailFolderByName(BluetoothMapContract.FOLDER_NAME_DELETED); in setEmailMessageStatusDelete()
DBluetoothMapObexServer.java177 root.addFolder(BluetoothMapContract.FOLDER_NAME_DELETED); in addBaseFolders()
189 root.addSmsMmsFolder(BluetoothMapContract.FOLDER_NAME_DELETED); in addSmsMmsFolders()
DBluetoothMapContent.java925 } else if (BluetoothMapContract.FOLDER_NAME_DELETED.equalsIgnoreCase(folder)) { in setWhereFilterFolderTypeSms()
942 } else if (BluetoothMapContract.FOLDER_NAME_DELETED.equalsIgnoreCase(folder)) { in setWhereFilterFolderTypeMms()
1519 return BluetoothMapContract.FOLDER_NAME_DELETED; in getFolderName()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java195 public static final String FOLDER_NAME_DELETED = "deleted"; field in BluetoothMapContract