Searched defs:att (Results 1 – 11 of 11) 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 | 2100 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/ |
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/modules/ExtServices/src/android/ext/services/notification/ |
D | ChannelImpressions.java | 198 private static int safeInt(XmlPullParser parser, String att, int defValue) { in safeInt()
|
/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 | 2043 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()
|