Home
last modified time | relevance | path

Searched defs:att (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Exchange/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java310 Attachment att = msg.mAttachments.get(0); in testCreateMessageForEntity_Reply() local
352 Attachment att = msg.mAttachments.get(0); in testCreateMessageForEntity_Invite_AllDay() local
414 Attachment att = msg.mAttachments.get(0); in testCreateMessageForEntity_Invite() local
480 Attachment att = msg.mAttachments.get(0); in testCreateMessageForEntity_Recurring() local
562 Attachment att = msg.mAttachments.get(0); in testCreateMessageForEntity_Exception_Cancel() local
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java310 Attachment att = msg.mAttachments.get(0); in testCreateMessageForEntity_Reply() local
352 Attachment att = msg.mAttachments.get(0); in testCreateMessageForEntity_Invite_AllDay() local
414 Attachment att = msg.mAttachments.get(0); in testCreateMessageForEntity_Invite() local
480 Attachment att = msg.mAttachments.get(0); in testCreateMessageForEntity_Recurring() local
562 Attachment att = msg.mAttachments.get(0); in testCreateMessageForEntity_Exception_Cancel() local
/packages/apps/Email/src/com/android/email/service/
DAttachmentDownloadService.java255 public synchronized void onChange(Context context, Attachment att) { in onChange()
371 Attachment att = Attachment.restoreAttachmentWithId(mContext, id); in processQueue() local
628 private static int getPriority(Attachment att) { in getPriority()
729 /*package*/ void onChange(Attachment att) { in onChange()
933 Attachment att = (Attachment)intent.getParcelableExtra(EXTRA_ATTACHMENT); in onStartCommand() local
976 Attachment att = Attachment.restoreAttachmentWithId(this, req.attachmentId); in dump() local
/packages/apps/Email/tests/src/com/android/emailcommon/internet/
DRfc822OutputTests.java248 Attachment att = new Attachment(); in testWriteToAlternativePart() local
293 Attachment att = new Attachment(); in testWriteToMixedPart() local
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
DUtilityUnitTests.java297 Attachment att = ProviderTestUtils.setupAttachment(mailbox.mId, "name", 123, true, in testGetContentFileName() local
/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTestUtils.java248 Attachment att = new Attachment(); in setupAttachment() local
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1891 Attachment att = new Attachment(); in createMessageForEntity() local