Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/emailcommon/internet/
DRfc822OutputTests.java149 Attachment att = new Attachment(); in testWriteToAlternativePart() local
194 Attachment att = new Attachment(); in testWriteToMixedPart() local
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java749 public synchronized void onChange(final Context context, final Attachment att) { in onChange()
813 void markAttachmentAsFailed(final Attachment att) { in markAttachmentAsFailed()
825 void markAttachmentAsCompleted(final Attachment att) { in markAttachmentAsCompleted()
927 final Attachment att = new Attachment(); in processQueue() local
1213 private static int getAttachmentPriority(final Attachment att) { in getAttachmentPriority()
1334 final Attachment att = Attachment.restoreAttachmentWithId(this, req.mAttachmentId); in dump() local
DPop3Service.java401 Attachment att = new Attachment(); in synchronizePop3Mailbox() local
/packages/apps/Email/provider_src/com/android/email/provider/
DUtilities.java142 EmailContent.Attachment att = new EmailContent.Attachment(); in copyOneMessageToProvider() local
DEmailProvider.java2099 Attachment att = Attachment.restoreAttachmentWithId(context, attId); in update() local
4285 final Attachment att = Attachment.restoreAttachmentWithId(mContext, id); in AttachmentsCursor() local
4799 final Attachment att = new Attachment(); in convertUiAttachmentToAttachment() local
4940 final Attachment att = Attachment.restoreAttachmentWithId(context, attId); in uiSaveMessage() local
/packages/apps/Email/tests/src/com/android/email/provider/
DPolicyTests.java119 Attachment att = ProviderTestUtils.setupAttachment(-1, name, size, false, mMockContext); in setupSimpleAttachment() local
DProviderTestUtils.java237 Attachment att = new Attachment(); in setupAttachment() local
/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTest.java257 final Attachment att = LegacyConversions.mimePartToAttachment(attPart); in testAttachmentRoundTrip() local
/packages/apps/Email/provider_src/com/android/email/
DLegacyConversions.java423 final Attachment att = new Attachment(); in makeMessage() local
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java1118 private void addStringAttribute(XmlPullParser parser, String att, in addStringAttribute()
1126 private void addIntAttribute(XmlPullParser parser, String att, in addIntAttribute()
1134 private void addBoolAttribute(XmlPullParser parser, String att, in addBoolAttribute()