Searched refs:FOLDER_NAME_DELETED (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 574 … 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()
|
D | BluetoothMapObexServer.java | 177 root.addFolder(BluetoothMapContract.FOLDER_NAME_DELETED); in addBaseFolders() 189 root.addSmsMmsFolder(BluetoothMapContract.FOLDER_NAME_DELETED); in addSmsMmsFolders()
|
D | BluetoothMapContent.java | 925 } 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/ |
D | BluetoothMapContract.java | 195 public static final String FOLDER_NAME_DELETED = "deleted"; field in BluetoothMapContract
|