OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAccountIdFromShortcutSafeUri
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Email/src/com/android/email/activity/
MessageList.java
77
return Account.
getAccountIdFromShortcutSafeUri
(context, uri);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java
507
public static long
getAccountIdFromShortcutSafeUri
(Context context, Uri uri) {
[
all
...]
/packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java
309
* {@link Account#
getAccountIdFromShortcutSafeUri
}.
326
assertEquals(account1Id, Account.
getAccountIdFromShortcutSafeUri
(mMockContext, uri1));
327
assertEquals(account2Id, Account.
getAccountIdFromShortcutSafeUri
(mMockContext, uri2));
330
assertEquals(account1Id, Account.
getAccountIdFromShortcutSafeUri
(mMockContext,
332
assertEquals(account2Id, Account.
getAccountIdFromShortcutSafeUri
(mMockContext,
[
all
...]
Completed in 46 milliseconds