Searched defs:att (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
D | Rfc822OutputTests.java | 149 Attachment att = new Attachment(); in testWriteToAlternativePart() local 194 Attachment att = new Attachment(); in testWriteToMixedPart() local
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | AttachmentService.java | 749 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
|
D | Pop3Service.java | 401 Attachment att = new Attachment(); in synchronizePop3Mailbox() local
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | Utilities.java | 142 EmailContent.Attachment att = new EmailContent.Attachment(); in copyOneMessageToProvider() local
|
D | EmailProvider.java | 2099 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/ |
D | PolicyTests.java | 119 Attachment att = ProviderTestUtils.setupAttachment(-1, name, size, false, mMockContext); in setupSimpleAttachment() local
|
D | ProviderTestUtils.java | 237 Attachment att = new Attachment(); in setupAttachment() local
|
/packages/apps/Email/tests/src/com/android/email/ |
D | LegacyConversionsTest.java | 257 final Attachment att = LegacyConversions.mimePartToAttachment(attPart); in testAttachmentRoundTrip() local
|
/packages/apps/Email/provider_src/com/android/email/ |
D | LegacyConversions.java | 423 final Attachment att = new Attachment(); in makeMessage() local
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 1118 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()
|