HomeSort by relevance Sort by last modified time
    Searched full:attachments (Results 1 - 25 of 393) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentDeletionInterface.java 8 * attachments so that the larger attachments view can set
AttachmentsView.java 49 * View for displaying attachments in the compose screen.
88 * Set a listener for changes to the attachments.
152 * Get all attachments being managed by this view.
153 * @return attachments.
160 * Get all attachments previews that have been loaded
161 * @return attachments previews.
175 * Delete all attachments being managed by this view.
185 * Get the total size of all attachments currently in this view.
196 * Interface to implement to be notified about changes to the attachments
392 * Class containing information about failures when adding attachments
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageFooterView.java 97 // we're only updating the attachments.
140 final List<Attachment> attachments; local
143 attachments = Lists.newArrayList();
145 attachments.add(mAttachmentsCursor.get());
150 attachments = mMessageHeaderItem.getMessage().getAttachments();
152 renderAttachments(attachments, loaderResult);
155 private void renderAttachments(List<Attachment> attachments, boolean loaderResult) {
156 if (attachments == null || attachments.isEmpty()) {
160 // filter the attachments into tiled and non-tile
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 195 * Sunny day test of adding attachments from an IMAP/POP message.
198 // Prepare a local message to add the attachments to
222 ArrayList<Part> attachments = new ArrayList<Part>(); local
223 MimeUtility.collectParts(legacyMessage, viewables, attachments);
224 LegacyConversions.updateAttachments(mProviderContext, localMessage, attachments);
226 // Read back all attachments for message and check field values
235 checkAttachment("attachment1Part", attachments.get(0), attachment,
238 checkAttachment("attachment2Part", attachments.get(1), attachment,
250 * Test that only "attachment" or "inline" attachments are captured and added.
255 // Prepare a local message to add the attachments t
316 ArrayList<Part> attachments = new ArrayList<Part>(); local
537 ArrayList<Part> attachments = new ArrayList<Part>(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
ARB_invalidate_subdata.xml 35 <param name="attachments" type="const GLenum *" count="numAttachments"/>
45 <param name="attachments" type="const GLenum *" count="numAttachments"/>
  /external/mesa3d/src/mapi/glapi/gen/
ARB_invalidate_subdata.xml 35 <param name="attachments" type="const GLenum *" count="numAttachments"/>
45 <param name="attachments" type="const GLenum *" count="numAttachments"/>
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.c 344 unsigned int attachments[10]; local
377 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
383 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
391 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
394 attachments[i++] = __DRI_BUFFER_DEPTH;
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
397 attachments[i++] = __DRI_BUFFER_STENCIL
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 344 unsigned int attachments[10]; local
377 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
383 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
391 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
394 attachments[i++] = __DRI_BUFFER_DEPTH;
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
397 attachments[i++] = __DRI_BUFFER_STENCIL
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/
site.xml 10 img="http://www.antlr.org/wiki/download/attachments/292/ANTLR3"/>
  /external/chromium_org/third_party/WebKit/ManualTests/
mail-attachments.html 7 <p><b>BUG ID:</b> <a href="rdar://problem/4435416">4435416</a> Attachments in Mail compose windows always display the broken image icon</p>
  /packages/apps/Email/src/com/android/email/provider/
Utilities.java 113 // Now process body parts & attachments
115 ArrayList<Part> attachments = new ArrayList<Part>(); local
116 MimeUtility.collectParts(message, viewables, attachments);
135 // process (and save) attachments
139 LegacyConversions.updateAttachments(context, localMessage, attachments);
148 // not have any attachments at all, and we just need a button somewhere that
150 // Or, what if we were able to load some, but not all of the attachments?
154 // attachments we have until we've loaded the complete message.
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Flag.java 56 * This does not include attachments, which are never downloaded fully.
63 * This does not include attachments, which are never downloaded fully.
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java 61 * Only for attachments that are currently downloading. Attachments that failed show the
161 List<Attachment> attachments = getAllAttachments(); local
162 if (attachments != null) {
164 for (final Attachment a : attachments) {
173 // all attachments must be present to be able to share all
175 for (final Attachment a : attachments) {
311 // REDOWNLOADING command is only for attachments that are finished or failed.
332 * Save all of the attachments in the cursor.
366 * Share all of the attachments in the cursor
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 46 * Tests of the Email Attachments provider.
204 // 4 attachments in the inbox, 2 different messages, 1 downloaded
210 // 3 attachments in generic mailbox, 2 different messages, 1 downloaded
219 // 2 attachments in trash, same message
225 // count all attachments with an empty URI, regardless of mailbox location
236 // count all attachments with an empty URI, only in an inbox
475 // We know that the attachmentId 1 does not exist because there are no attachments
510 final long message2Id = 2; // 2 attachments, 2 files
512 final long message4Id = 4; // no attachments
536 // Message 4 has no attachments so no files should be delete
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
Mailer.java 166 // a method for sending mail with attachments
167 String aSubject, String aMessage, String[] attachments) {
214 for (int i = 0; i < attachments.length; i++) {
217 FileDataSource attachment = new FileDataSource(attachments[i]);
219 File attachmentFile=new File(attachments[i]);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 66 * The MIME type(s) of attachments we're willing to send via attachments.
68 * Any attachments may be added via Intents with Intent.ACTION_SEND or ACTION_SEND_MULTIPLE.
74 * The MIME type(s) of attachments we're willing to send from the internal UI.
84 * The MIME type(s) of attachments we're willing to view.
90 * The MIME type(s) of attachments we're not willing to view.
95 * The MIME type(s) of attachments we're willing to download to SD.
101 * The MIME type(s) of attachments we're not willing to download to SD.
106 * Filename extensions of attachments we're never willing to download (potential malware).
120 * Filename extensions of attachments that can be installed
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 121 * @param attachments list of attachments to send (or null if retrieved from the message itself)
124 boolean useSmartReply, boolean sendBcc, List<Attachment> attachments)
159 // If a list of attachments hasn't been passed in, build one from the message
160 if (attachments == null) {
161 attachments =
165 boolean multipart = attachments.size() > 0;
177 if (attachments.size() == 1) {
180 int flags = attachments.get(0).mFlags;
197 // Write out the attachments until we run ou
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/
gbm_driint.h 62 unsigned int *attachments, int count,
67 unsigned int *attachments, int count,
  /external/mesa3d/src/gbm/backends/dri/
gbm_driint.h 62 unsigned int *attachments, int count,
67 unsigned int *attachments, int count,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
GLAPISpecTest.java 36 "const GLenum* attachments");
53 assertEquals(argSpec.getArgName(), "attachments");
  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.h 115 // use this combination of attachments. Otherwise returns the value
116 // that glCheckFramebufferStatus should return for this set of attachments.
125 // Check all attachments are cleared
180 // A map of attachments.
  /external/chromium_org/third_party/libphonenumber/src/resources/geocoding/fi/
358.txt 16 # http://www.ficora.fi/attachments/suomial/5ssVLe7t3/Kansallinen_numerointisuunnitelma_1_10_2010.pdf [2010-10-01]
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 158 * Copy attachments from MimeMessage to provider Message.
161 * @param localMessage the attachments will be built against this message
162 * @param attachments the attachments to add
166 ArrayList<Part> attachments) throws MessagingException, IOException {
168 for (Part attachmentPart : attachments) {
176 * This will skip adding attachments if they are already found in the attachments table.
177 * The heuristic for this will fail (false-positive) if two identical attachments are
179 * TODO: Fix that, by (elsewhere) simulating an mLocation value based on the attachments
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupOptionsTests.java 99 * Test that POP3 accounts don't have a "background attachments" checkbox
107 * Test that IMAP accounts have a "background attachments" checkbox
115 * Test that EAS accounts have a "background attachments" checkbox
123 * Common code to check that the "background attachments" checkbox is shown/hidden properly
  /external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.cpp 384 // all color attachments must have the same width and height
391 // all color attachments have the same number of samples for the FBO to be complete.
397 // all color attachments attachments must have the same number of bitplanes
451 // depth texture attachments require OES/ANGLE_depth_texture
510 // texture stencil attachments come along as part
582 // for a complete framebuffer, all attachments must have the same sample count

Completed in 1941 milliseconds

1 2 3 4 5 6 7 8 91011>>