Home
last modified time | relevance | path

Searched refs:TEST_INBOX_FOLDER_ID (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java91 static final long TEST_INBOX_FOLDER_ID = BluetoothMapContract.FOLDER_ID_INBOX; field in BluetoothMapContentObserverTest
743 mCurrentFolder, BluetoothMapContract.FOLDER_NAME_INBOX, TEST_INBOX_FOLDER_ID); in setEmailMessageStatusDelete_withStatusValueNo()
764 Assert.assertEquals(msg.folderId, TEST_INBOX_FOLDER_ID); in setEmailMessageStatusDelete_withStatusValueNo()
771 mCurrentFolder, BluetoothMapContract.FOLDER_NAME_INBOX, TEST_INBOX_FOLDER_ID); in setEmailMessageStatusDelete_withStatusValueNo_andOldFolderIdMinusOne()
792 Assert.assertEquals(msg.folderId, TEST_INBOX_FOLDER_ID); in setEmailMessageStatusDelete_withStatusValueNo_andOldFolderIdMinusOne()
989 cursor.addRow(new Object[] {(long) TEST_ID, TEST_INBOX_FOLDER_ID, TEST_READ_FLAG_ONE}); in initMsgList_withMsg()
1017 Assert.assertEquals(msg.folderId, TEST_INBOX_FOLDER_ID); in initMsgList_withMsg()
1093 TEST_INBOX_FOLDER_ID, in handleMsgListChangesMsg_withNonExistingMessage_andVersion11()
1107 TEST_HANDLE_TWO, TEST_INBOX_FOLDER_ID, TEST_READ_FLAG_ONE); in handleMsgListChangesMsg_withNonExistingMessage_andVersion11()
1113 mFolders.setFolderId(TEST_INBOX_FOLDER_ID); in handleMsgListChangesMsg_withNonExistingMessage_andVersion11()
[all …]
DBluetoothMapContentTest.java89 private static final long TEST_INBOX_FOLDER_ID = BluetoothMapContract.FOLDER_ID_INBOX; field in BluetoothMapContentTest
893 TEST_INBOX_FOLDER_ID, in getEmailMessage_withFileNotFoundExceptionForEmailBodyAccess()
902 mCurrentFolder.setFolderId(TEST_INBOX_FOLDER_ID); in getEmailMessage_withFileNotFoundExceptionForEmailBodyAccess()
946 TEST_INBOX_FOLDER_ID, in getEmailMessage_withNullPointerExceptionForEmailBodyAccess()
955 mCurrentFolder.setFolderId(TEST_INBOX_FOLDER_ID); in getEmailMessage_withNullPointerExceptionForEmailBodyAccess()
999 TEST_INBOX_FOLDER_ID, in getEmailMessage()
1008 mCurrentFolder.setFolderId(TEST_INBOX_FOLDER_ID); in getEmailMessage()
1141 TEST_INBOX_FOLDER_ID, in getIMMessage_withInboxFolderId()
1157 mCurrentFolder.setFolderId(TEST_INBOX_FOLDER_ID); in getIMMessage_withInboxFolderId()