Home
last modified time | relevance | path

Searched defs:att (Results 1 – 11 of 11) 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.java2100 Attachment att = Attachment.restoreAttachmentWithId(context, attId); in update() local
4286 final Attachment att = Attachment.restoreAttachmentWithId(mContext, id); in AttachmentsCursor() local
4800 final Attachment att = new Attachment(); in convertUiAttachmentToAttachment() local
4941 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/modules/ExtServices/src/android/ext/services/notification/
DChannelImpressions.java198 private static int safeInt(XmlPullParser parser, String att, int defValue) { in safeInt()
/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.java2043 private void addStringAttribute(XmlPullParser parser, String att, in addStringAttribute()
2051 private void addIntAttribute(XmlPullParser parser, String att, in addIntAttribute()
2059 private void addBoolAttribute(XmlPullParser parser, String att, in addBoolAttribute()