HomeSort by relevance Sort by last modified time
    Searched refs:Attachment (Results 51 - 63 of 63) sorted by null

1 23

  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncAdapter.java 43 import com.android.emailcommon.provider.EmailContent.Attachment;
504 ArrayList<Attachment> atts = new ArrayList<Attachment>();
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 71 import com.android.emailcommon.provider.EmailContent.Attachment;
166 /** Flag for {@link #mTabFlags}: Message has attachment(s) */
365 // the attachment tab as system settings may have been updated that affect which
443 // an attachment or invite before loading it). We just remember the tab here.
751 * Abort early if there's no place to save the attachment. We don't want to spend
774 Attachment attachment = Attachment.restoreAttachmentWithId(mContext, info.mId); local
775 Uri attachmentUri = AttachmentUtilities.getAttachmentUri(mAccountId, attachment.mId);
781 File file = Utility.createUniqueFile(downloads, attachment.mFileName)
1738 MessageViewAttachmentInfo attachment = (MessageViewAttachmentInfo) view.getTag(); local
1819 MessageViewAttachmentInfo attachment = findAttachmentInfo(attachmentId); local
1843 MessageViewAttachmentInfo attachment = findAttachmentInfo(attachmentId); local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py 33 from webkitpy.common.net.bugzilla import Attachment
128 "process_work_item": """Warning, attachment 128 on bug 42 has invalid committer (non-committer@example.com)
129 Warning, attachment 128 on bug 42 has invalid committer (non-committer@example.com)
130 MOCK setting flag 'commit-queue' to '-' on attachment '128' with comment 'Rejecting attachment 128 from commit-queue.' and additional comment 'non-committer@example.com does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py.
154 expected_stdout = "MOCK: fetch_attachment: 2 is not a known attachment id\n" # A mock-only message to prevent us from making mistakes.
201 return Attachment(attachment_dictionary, None)
222 "handle_unexpected_error": "MOCK setting flag 'commit-queue' to '-' on attachment '197' with comment 'Rejecting attachment 197 from commit-queue.' and additional comment 'Mock error message'\n",
235 MOCK setting flag 'commit-queue' to '-' on attachment '197' with comment 'Rejecting attachment 197 from commit-queue.' and additional comment 'MOCK scri (…)
    [all...]
queues.py 42 from webkitpy.common.net.bugzilla import Attachment
217 patch = Attachment({'id': patch_id}, None)
454 message = "Attachment %s did not pass %s:\n\n%s\n\nIf any of these errors are false positives, please file a bug against check-webkit-style." % (state["patch"].id(), cls.name, script_error.message_with_output(output_limit=3*1024))
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
commitqueuetask_unittest.py 95 run_webkit_patch: ['apply-attachment', '--no-update', '--non-interactive', 197]
101 run_webkit_patch: ['land-attachment', '--force-clean', '--ignore-builders', '--non-interactive', '--parent-command=commit-queue', 197]
137 run_webkit_patch: ['apply-attachment', '--no-update', '--non-interactive', 197]
153 run_webkit_patch: ['apply-attachment', '--no-update', '--non-interactive', 197]
174 run_webkit_patch: ['apply-attachment', '--no-update', '--non-interactive', 197]
198 run_webkit_patch: ['apply-attachment', '--no-update', '--non-interactive', 197]
208 run_webkit_patch: ['land-attachment', '--force-clean', '--ignore-builders', '--non-interactive', '--parent-command=commit-queue', 197]
229 run_webkit_patch: ['apply-attachment', '--no-update', '--non-interactive', 197]
237 run_webkit_patch: ['land-attachment', '--force-clean', '--ignore-builders', '--non-interactive', '--parent-command=commit-queue', 197]
275 run_webkit_patch: ['apply-attachment', '--no-update', '--non-interactive', 197
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 42 import com.android.emailcommon.provider.EmailContent.Attachment;
    [all...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java 50 import com.android.emailcommon.provider.EmailContent.Attachment;
498 * Show (or update) a notification that the given attachment could not be forwarded. This
504 public void showDownloadForwardFailedNotification(Attachment attachment) {
505 final Account account = Account.restoreAccountWithId(mContext, attachment.mAccountKey);
510 attachment.mFileName,
    [all...]
MessagingController.java 51 import com.android.emailcommon.provider.EmailContent.Attachment;
300 // Drop all attachment files related to this mailbox
304 // Message, Body and Attachment records
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityUnitTests.java 24 import com.android.emailcommon.provider.EmailContent.Attachment;
296 // Set up an attachment.
297 Attachment att = ProviderTestUtils.setupAttachment(mailbox.mId, "name", 123, true,
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 35 from webkitpy.common.net.bugzilla import Bug, Attachment
313 print "MOCK: fetch_attachment: %s is not a known attachment id" % attachment_id
316 for attachment in bug.attachments(include_obsolete=True):
317 if attachment.id() == int(attachment_id):
318 return attachment
338 log("MOCK setting flag '%s' to '%s' on attachment '%s' with comment '%s' and additional comment '%s'" % (
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java 55 import com.android.emailcommon.provider.EmailContent.Attachment;
134 // A part request (attachment load, for now) was sent to ExchangeService
408 Attachment att = Attachment.restoreAttachmentWithId(ExchangeService.this, attachmentId);
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 50 from webkitpy.common.net.bugzilla import Attachment # FIXME: This should not be needed
279 # FIXME: This code is brittle if the Attachment API changes.
280 attachment = Attachment({"bug_id": 12345}, None)
281 attachment.contents = lambda: patch_contents
284 attachment.reviewer = lambda: joe_cool
286 return attachment
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 41 from .attachment import Attachment
138 attachment_href = re.compile("attachment.cgi\?id=\d+&action=review")
265 attachment,
269 attachment[flag_name] = flag['status']
271 attachment[result_key] = flag['setter']
299 attachment = {}
300 attachment['bug_id'] = bug_id
301 attachment['is_obsolete'] = (element.has_key('isobsolete') and element['isobsolete'] == "1")
302 attachment['is_patch'] = (element.has_key('ispatch') and element['ispatch'] == "1"
    [all...]

Completed in 655 milliseconds

1 23