OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAccountFromIntent
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/tests/src/com/android/email/activity/
MessageListTests.java
49
assertEquals(a1.mId, MessageList.
getAccountFromIntent
(c,
51
assertEquals(a2.mId, MessageList.
getAccountFromIntent
(c,
58
assertEquals(a2.mId, MessageList.
getAccountFromIntent
(c, i));
61
assertEquals(Account.NO_ACCOUNT, MessageList.
getAccountFromIntent
(c,
/packages/apps/Email/src/com/android/email/activity/
MessageList.java
48
return
getAccountFromIntent
(me, getIntent());
72
static long
getAccountFromIntent
(Context context, Intent i) {
Completed in 1180 milliseconds