Home
last modified time | relevance | path

Searched refs:getAccountIdFromShortcutSafeUri (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTests.java155 assertEquals(account1Id, Account.getAccountIdFromShortcutSafeUri(mMockContext, uri1)); in testAccountShortcutSafeUri()
156 assertEquals(account2Id, Account.getAccountIdFromShortcutSafeUri(mMockContext, uri2)); in testAccountShortcutSafeUri()
159 assertEquals(account1Id, Account.getAccountIdFromShortcutSafeUri(mMockContext, in testAccountShortcutSafeUri()
161 assertEquals(account2Id, Account.getAccountIdFromShortcutSafeUri(mMockContext, in testAccountShortcutSafeUri()
/packages/apps/Email/src/com/android/email/activity/
DMessageList.java288 : Account.getAccountIdFromShortcutSafeUri(this, uri); in selectAccountAndMailbox()
/packages/apps/Email/src/com/android/email/provider/
DEmailContent.java1301 public static long getAccountIdFromShortcutSafeUri(Context context, Uri uri) { in getAccountIdFromShortcutSafeUri() method in EmailContent.Account