Searched refs:accountKey (Results 1 – 6 of 6) sorted by relevance
77 public QuickResponse(long accountKey, String quickResponse) { in QuickResponse() argument79 mAccountKey = accountKey; in QuickResponse()
101 long accountKey, int flags) { in AttachmentInfo() argument106 mAccountKey = accountKey; in AttachmentInfo()
1113 long accountKey = message.mAccountKey; in getRemoteMailboxForMessage() local1115 if (accountKey == mLastSearchAccountKey && in getRemoteMailboxForMessage()1121 new String[] {protocolSearchInfo, Long.toString(accountKey)}, in getRemoteMailboxForMessage()1127 mLastSearchAccountKey = accountKey; in getRemoteMailboxForMessage()
418 long accountKey) throws MessagingException { in checkAttachment() argument446 assertEquals(tag, accountKey, actual.mAccountKey); in checkAttachment()
360 long accountKey = c.getLong(AttachmentInfo.COLUMN_ACCOUNT_KEY); in processQueue() local362 Account account = Account.restoreAccountWithId(mContext, accountKey); in processQueue()
1208 String accountKey = mAccount.mSecuritySyncKey; in setHeaders() local1209 if (!TextUtils.isEmpty(accountKey)) { in setHeaders()1210 key = accountKey; in setHeaders()