Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java295 public static final String FOLDER_NAME_SENT = "sent"; field in BluetoothMapContract
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java228 root.addFolder(BluetoothMapContract.FOLDER_NAME_SENT); in addBaseFolders()
236 root.addSmsMmsFolder(BluetoothMapContract.FOLDER_NAME_SENT); in addSmsMmsFolders()
249 BluetoothMapContract.FOLDER_NAME_SENT, BluetoothMapContract.FOLDER_ID_SENT); in addImFolders()
DBluetoothMapContentObserver.java536 FOLDER_SMS_MAP.put(Sms.MESSAGE_TYPE_SENT, BluetoothMapContract.FOLDER_NAME_SENT); in FOLDER_SMS_MAP.put() argument
562 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_SENT, BluetoothMapContract.FOLDER_NAME_SENT); in FOLDER_MMS_MAP.put() argument
1929 BluetoothMapContract.FOLDER_NAME_SENT) in handleMsgListChangesMms()
2154 BluetoothMapContract.FOLDER_NAME_SENT); in handleMsgListChangesMsg()
DBluetoothMapContent.java1681 } else if (BluetoothMapContract.FOLDER_NAME_SENT.equalsIgnoreCase(folder)) { in setWhereFilterFolderTypeSms()
1705 } else if (BluetoothMapContract.FOLDER_NAME_SENT.equalsIgnoreCase(folder)) { in setWhereFilterFolderTypeMms()
3549 return BluetoothMapContract.FOLDER_NAME_SENT; in getFolderName()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java800 BluetoothMapContract.FOLDER_NAME_SENT, in setEmailMessageStatusDelete_withStatusValueNo_andInboxFolderNull()
1270 mFolders, BluetoothMapContract.FOLDER_NAME_SENT, TEST_SENT_FOLDER_ID); in handleMsgListChangesMsg_withExistingMessage_andNonNullSentFolder()
1310 mFolders, BluetoothMapContract.FOLDER_NAME_SENT, TEST_SENT_FOLDER_ID); in handleMsgListChangesMsg_withExistingMessage_andNonNullTransparentSentFolder()