Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTests.java197 ProviderTestUtils.assertAccountEqual("testAccountSave", account1, account2); in testAccountSave()
216 ProviderTestUtils.assertAccountEqual("testAccountSave", account1, account1get); in testAccountSaveHostAuth()
313 ProviderTestUtils.assertAccountEqual("testAccountParcel", account1, account2); in testAccountParcel()
2031 ProviderTestUtils.assertAccountEqual("x", a, Account.getAccountForMessageId(c, m1.mId)); in testGetAccountForMessageId()
2032 ProviderTestUtils.assertAccountEqual("x", a, Account.getAccountForMessageId(c, m2.mId)); in testGetAccountForMessageId()
DProviderTestUtils.java285 public static void assertAccountEqual(String caller, Account expect, Account actual) { in assertAccountEqual() method in ProviderTestUtils