Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/emailcommon/provider/
DMailboxTests.java106 ProviderTestUtils.assertMailboxEqual("testMailboxSave", box1, box2); in testSave()
215 ProviderTestUtils.assertMailboxEqual("x", b1, Mailbox.getMailboxForMessageId(c, m1.mId)); in testGetMailboxForMessageId()
216 ProviderTestUtils.assertMailboxEqual("x", b2, Mailbox.getMailboxForMessageId(c, m2.mId)); in testGetMailboxForMessageId()
224 ProviderTestUtils.assertMailboxEqual( in testRestoreMailboxWithId()
227 ProviderTestUtils.assertMailboxEqual( in testRestoreMailboxWithId()
239 ProviderTestUtils.assertMailboxEqual( in testRestoreMailboxForPath()
319 ProviderTestUtils.assertMailboxEqual("testRestoreMailboxOfType", acct1Inbox, in testRestoreMailboxOfType()
321 ProviderTestUtils.assertMailboxEqual("testRestoreMailboxOfType", acct2Inbox, in testRestoreMailboxOfType()
323 ProviderTestUtils.assertMailboxEqual("testRestoreMailboxOfType", acct1Calendar, in testRestoreMailboxOfType()
325 ProviderTestUtils.assertMailboxEqual("testRestoreMailboxOfType", acct2Calendar, in testRestoreMailboxOfType()
[all …]
/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTestUtils.java342 public static void assertMailboxEqual(String caller, Mailbox expect, Mailbox actual) { in assertMailboxEqual() method in ProviderTestUtils