Searched refs:FOLDER_NAME_DELETED (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserverTest.java | 700 mFolders, BluetoothMapContract.FOLDER_NAME_DELETED, TEST_DELETE_FOLDER_ID); in setEmailMessageStatusDelete_withStatusValueYes() 723 mFolders, BluetoothMapContract.FOLDER_NAME_DELETED, TEST_DELETE_FOLDER_ID); in setEmailMessageStatusDelete_withStatusValueYes_andUpdateCountZero() 745 mFolders, BluetoothMapContract.FOLDER_NAME_DELETED, TEST_DELETE_FOLDER_ID); in setEmailMessageStatusDelete_withStatusValueNo() 773 mFolders, BluetoothMapContract.FOLDER_NAME_DELETED, TEST_DELETE_FOLDER_ID); in setEmailMessageStatusDelete_withStatusValueNo_andOldFolderIdMinusOne() 803 mFolders, BluetoothMapContract.FOLDER_NAME_DELETED, TEST_DELETE_FOLDER_ID); in setEmailMessageStatusDelete_withStatusValueNo_andInboxFolderNull() 828 mFolders, BluetoothMapContract.FOLDER_NAME_DELETED, TEST_DELETE_FOLDER_ID); in setMessageStatusDeleted_withTypeEmail() 1233 mFolders, BluetoothMapContract.FOLDER_NAME_DELETED, TEST_DELETE_FOLDER_ID); in handleMsgListChangesMsg_withExistingMessage_andNonNullDeletedFolder()
|
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapContract.java | 298 public static final String FOLDER_NAME_DELETED = "deleted"; field in BluetoothMapContract
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapObexServer.java | 229 root.addFolder(BluetoothMapContract.FOLDER_NAME_DELETED); in addBaseFolders() 237 root.addSmsMmsFolder(BluetoothMapContract.FOLDER_NAME_DELETED); in addSmsMmsFolders() 251 BluetoothMapContract.FOLDER_NAME_DELETED, BluetoothMapContract.FOLDER_ID_DELETED); in addImFolders()
|
D | BluetoothMapContentObserver.java | 1700 BluetoothMapContract.FOLDER_NAME_DELETED, in handleMsgListChangesSms() 1971 BluetoothMapContract.FOLDER_NAME_DELETED, in handleMsgListChangesMms() 2151 BluetoothMapContract.FOLDER_NAME_DELETED); in handleMsgListChangesMsg() 2578 mFolders.getFolderByName(BluetoothMapContract.FOLDER_NAME_DELETED); in setEmailMessageStatusDelete()
|
D | BluetoothMapContent.java | 1692 } else if (BluetoothMapContract.FOLDER_NAME_DELETED.equalsIgnoreCase(folder)) { in setWhereFilterFolderTypeSms() 1716 } else if (BluetoothMapContract.FOLDER_NAME_DELETED.equalsIgnoreCase(folder)) { in setWhereFilterFolderTypeMms() 3542 return BluetoothMapContract.FOLDER_NAME_DELETED; in getFolderName()
|