Searched refs:getAccountIdFromShortcutSafeUri (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Email/tests/src/com/android/email/provider/ |
D | ProviderTests.java | 155 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/ |
D | MessageList.java | 288 : Account.getAccountIdFromShortcutSafeUri(this, uri); in selectAccountAndMailbox()
|
/packages/apps/Email/src/com/android/email/provider/ |
D | EmailContent.java | 1301 public static long getAccountIdFromShortcutSafeUri(Context context, Uri uri) { in getAccountIdFromShortcutSafeUri() method in EmailContent.Account
|