Home
last modified time | relevance | path

Searched refs:accountKey (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DQuickResponse.java77 public QuickResponse(long accountKey, String quickResponse) { in QuickResponse() argument
79 mAccountKey = accountKey; in QuickResponse()
/packages/apps/Email/src/com/android/email/
DAttachmentInfo.java101 long accountKey, int flags) { in AttachmentInfo() argument
106 mAccountKey = accountKey; in AttachmentInfo()
DMessagingController.java1113 long accountKey = message.mAccountKey; in getRemoteMailboxForMessage() local
1115 if (accountKey == mLastSearchAccountKey && in getRemoteMailboxForMessage()
1121 new String[] {protocolSearchInfo, Long.toString(accountKey)}, in getRemoteMailboxForMessage()
1127 mLastSearchAccountKey = accountKey; in getRemoteMailboxForMessage()
/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTests.java418 long accountKey) throws MessagingException { in checkAttachment() argument
446 assertEquals(tag, accountKey, actual.mAccountKey); in checkAttachment()
/packages/apps/Email/src/com/android/email/service/
DAttachmentDownloadService.java360 long accountKey = c.getLong(AttachmentInfo.COLUMN_ACCOUNT_KEY); in processQueue() local
362 Account account = Account.restoreAccountWithId(mContext, accountKey); in processQueue()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasSyncService.java1208 String accountKey = mAccount.mSecuritySyncKey; in setHeaders() local
1209 if (!TextUtils.isEmpty(accountKey)) { in setHeaders()
1210 key = accountKey; in setHeaders()