OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resolveAccountId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/tests/src/com/android/email/activity/
WelcomeTests.java
50
assertEquals(id3, Welcome.
resolveAccountId
(c, -1, null));
53
assertEquals(id3, Welcome.
resolveAccountId
(c, 12345, null));
56
assertEquals(id1, Welcome.
resolveAccountId
(c, id1, null));
59
assertEquals(id3, Welcome.
resolveAccountId
(c, -1, "xxx"));
62
assertEquals(id1, Welcome.
resolveAccountId
(c, -1, account1.mCompatibilityUuid));
/packages/apps/Email/src/com/android/email/activity/
Welcome.java
302
static long
resolveAccountId
(Context context, long inputAccountId, String inputUuid) {
349
* 2. Otherwise detemine which account to open with {@link #
resolveAccountId
} and
361
mAccountId =
resolveAccountId
(this, mAccountId, mAccountUuid);
Completed in 315 milliseconds