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/
DBluetoothMapObexServer.java218 root.addFolder(BluetoothMapContract.FOLDER_NAME_DELETED); in addBaseFolders()
229 root.addSmsMmsFolder(BluetoothMapContract.FOLDER_NAME_DELETED); in addSmsMmsFolders()
242 root.addImFolder(BluetoothMapContract.FOLDER_NAME_DELETED, in addImFolders()
DBluetoothMapContent.java764 folderType = BluetoothMapContract.FOLDER_NAME_DELETED; in setFolderType()
776 folderType = BluetoothMapContract.FOLDER_NAME_DELETED; in setFolderType()
790 folderType = BluetoothMapContract.FOLDER_NAME_DELETED; in setFolderType()
1604 } else if (BluetoothMapContract.FOLDER_NAME_DELETED.equalsIgnoreCase(folder)) { in setWhereFilterFolderTypeSms()
1622 } else if (BluetoothMapContract.FOLDER_NAME_DELETED.equalsIgnoreCase(folder)) { in setWhereFilterFolderTypeMms()
3283 return BluetoothMapContract.FOLDER_NAME_DELETED; in getFolderName()
DBluetoothMapContentObserver.java1443 BluetoothMapContract.FOLDER_NAME_DELETED, mSmsType); in handleMsgListChangesSms()
1598 BluetoothMapContract.FOLDER_NAME_DELETED, TYPE.MMS); in handleMsgListChangesMms()
1722 BluetoothMapContract.FOLDER_NAME_DELETED); in handleMsgListChangesMsg()
2062 getFolderByName(BluetoothMapContract.FOLDER_NAME_DELETED); in setEmailMessageStatusDelete()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java299 public static final String FOLDER_NAME_DELETED = "DELETED"; field in BluetoothMapContract