Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/service/
DEasServerConnection.java298 final String accountKey; in makePost() local
300 accountKey = null; in makePost()
302 accountKey = Utility.getFirstRowString(mContext, in makePost()
306 if (!TextUtils.isEmpty(accountKey)) { in makePost()
307 key = accountKey; in makePost()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/exchange/
DExchangeAttachment.java29 public long accountKey; field in ExchangeAttachment
39 accountKey = in.readLong(); in ExchangeAttachment()
56 dest.writeLong(accountKey); in writeToParcel()
/packages/apps/Email/provider_src/com/android/email/
DAttachmentInfo.java108 long accountKey, int flags) { in AttachmentInfo() argument
113 mAccountKey = accountKey; in AttachmentInfo()
/packages/apps/Email/provider_src/com/android/email/service/
DImapService.java784 long accountKey = message.mAccountKey; in getRemoteMailboxForMessage() local
786 if (accountKey == mLastSearchAccountKey && in getRemoteMailboxForMessage()
792 new String[] {protocolSearchInfo, Long.toString(accountKey) }, in getRemoteMailboxForMessage()
798 mLastSearchAccountKey = accountKey; in getRemoteMailboxForMessage()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java818 final AccountKey accountKey = new AccountKey(accountName, accountType, dataSet); in loadGroupMetaData() local
820 !accountsSeen.contains(accountKey)) { in loadGroupMetaData()
821 accountsSeen.add(accountKey); in loadGroupMetaData()
/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTests.java289 long accountKey) throws MessagingException { in checkAttachment() argument
317 assertEquals(tag, accountKey, actual.mAccountKey); in checkAttachment()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java4102 final String accountKey = AttachmentColumns.ACCOUNT_KEY; in createAttachmentUriColumnSQL() local
4106 accountKey, id, raw); in createAttachmentUriColumnSQL()
4798 com.android.mail.providers.Attachment uiAtt, String cachedFile, long accountKey) { in convertUiAttachmentToAttachment() argument
4810 att.mAccountKey = accountKey; in convertUiAttachmentToAttachment()