Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/activity/
DWelcomeTests.java50 assertEquals(id3, Welcome.resolveAccountId(c, -1, null)); in testResolveAccountId()
53 assertEquals(id3, Welcome.resolveAccountId(c, 12345, null)); in testResolveAccountId()
56 assertEquals(id1, Welcome.resolveAccountId(c, id1, null)); in testResolveAccountId()
59 assertEquals(id3, Welcome.resolveAccountId(c, -1, "xxx")); in testResolveAccountId()
62 assertEquals(id1, Welcome.resolveAccountId(c, -1, account1.mCompatibilityUuid)); in testResolveAccountId()
/packages/apps/Email/src/com/android/email/activity/
DWelcome.java302 static long resolveAccountId(Context context, long inputAccountId, String inputUuid) { in resolveAccountId() method in Welcome
361 mAccountId = resolveAccountId(this, mAccountId, mAccountUuid); in resolveAccount()