Searched refs:TEST_DELETE_FOLDER_ID (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserverTest.java | 90 static final long TEST_DELETE_FOLDER_ID = BluetoothMapContract.FOLDER_ID_DELETED; field in BluetoothMapContentObserverTest 700 mFolders, BluetoothMapContract.FOLDER_NAME_DELETED, TEST_DELETE_FOLDER_ID); in setEmailMessageStatusDelete_withStatusValueYes() 717 Assert.assertEquals(msg.folderId, 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() 751 msg.folderId = TEST_DELETE_FOLDER_ID; in setEmailMessageStatusDelete_withStatusValueNo() 773 mFolders, BluetoothMapContract.FOLDER_NAME_DELETED, TEST_DELETE_FOLDER_ID); in setEmailMessageStatusDelete_withStatusValueNo_andOldFolderIdMinusOne() 779 msg.folderId = TEST_DELETE_FOLDER_ID; in setEmailMessageStatusDelete_withStatusValueNo_andOldFolderIdMinusOne() 803 mFolders, BluetoothMapContract.FOLDER_NAME_DELETED, TEST_DELETE_FOLDER_ID); in setEmailMessageStatusDelete_withStatusValueNo_andInboxFolderNull() 809 msg.folderId = TEST_DELETE_FOLDER_ID; in setEmailMessageStatusDelete_withStatusValueNo_andInboxFolderNull() [all …]
|