Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java305 public static final String FOLDER_NAME_SENT = "sent"; field in BluetoothMapContract
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java235 root.addFolder(BluetoothMapContract.FOLDER_NAME_SENT); in addBaseFolders()
246 root.addSmsMmsFolder(BluetoothMapContract.FOLDER_NAME_SENT); in addSmsMmsFolders()
258 root.addImFolder(BluetoothMapContract.FOLDER_NAME_SENT, in addImFolders()
DBluetoothMapContent.java777 folderType = BluetoothMapContract.FOLDER_NAME_SENT; in setFolderType()
790 folderType = BluetoothMapContract.FOLDER_NAME_SENT; in setFolderType()
805 folderType = BluetoothMapContract.FOLDER_NAME_SENT; in setFolderType()
1738 } else if (BluetoothMapContract.FOLDER_NAME_SENT.equalsIgnoreCase(folder)) { in setWhereFilterFolderTypeSms()
1756 } else if (BluetoothMapContract.FOLDER_NAME_SENT.equalsIgnoreCase(folder)) { in setWhereFilterFolderTypeMms()
3546 return BluetoothMapContract.FOLDER_NAME_SENT; in getFolderName()
DBluetoothMapContentObserver.java498 FOLDER_SMS_MAP.put(Sms.MESSAGE_TYPE_SENT, BluetoothMapContract.FOLDER_NAME_SENT); in FOLDER_SMS_MAP.put() argument
520 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_SENT, BluetoothMapContract.FOLDER_NAME_SENT); in FOLDER_MMS_MAP.put() argument
1664 BluetoothMapContract.FOLDER_NAME_SENT) in handleMsgListChangesMms()
1818 BluetoothMapContract.FOLDER_NAME_SENT); in handleMsgListChangesMsg()