Home
last modified time | relevance | path

Searched refs:loadAttachment (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DIEmailService.aidl32 oneway void loadAttachment(long attachmentId, boolean background); in loadAttachment() method
DEmailServiceProxy.java127 public void loadAttachment(final long attachmentId, final boolean background) in loadAttachment() method in EmailServiceProxy
133 mService.loadAttachment(attachmentId, background); in loadAttachment()
/packages/apps/Email/src/com/android/email/service/
DEmailServiceUtils.java107 public void loadAttachment(long attachmentId, boolean background) throws RemoteException { in loadAttachment() method in EmailServiceUtils.NullEmailService
DAttachmentDownloadService.java484 proxy.loadAttachment(req.attachmentId, req.priority != PRIORITY_FOREGROUND); in startDownload()
/packages/apps/Exchange/src/com/android/exchange/adapter/
DAttachmentLoader.java174 public void loadAttachment() throws IOException { in loadAttachment() method in AttachmentLoader
/packages/apps/Email/src/com/android/email/
DController.java1055 public void loadAttachment(final long attachmentId, final long messageId,
1799 public void loadAttachment(long attachmentId, boolean background)
1828 legacyController.loadAttachment(msg.mAccountKey, msg.mId, msg.mMailboxKey,
DMessagingController.java1905 public void loadAttachment(final long accountId, final long messageId, final long mailboxId, in loadAttachment() method in MessagingController
/packages/apps/Email/src/com/android/email/activity/
DMessageViewFragmentBase.java885 mController.loadAttachment(attachment.mId, mMessageId, mAccountId); in onLoadAttachment()
/packages/apps/Exchange/src/com/android/exchange/
DExchangeService.java407 public void loadAttachment(long attachmentId, boolean background) throws RemoteException {
DEasSyncService.java2273 new AttachmentLoader(this, (PartRequest)req).loadAttachment(); in sync()